Skip to content

jamesatomc/mintdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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