Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 444 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 444 Bytes

Sui-NFT-Dapp

This is a repository for a simple marketplace dapp that runs on Sui Network.

How to move

  • Build the contract

    pnpm contract run build
  • Testing the contract

    pnpm contract run test
  • Deploy the contract

    pnpm contract run deploy
  • Frontend build

    pnpm frontend run build
  • Start the front end

    pnpm frontend run start