This is a repository for a simple marketplace dapp that runs on Sui Network.
-
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