Skip to content

nxsf/metabazaar

Repository files navigation

Metabazaar

OpenStore

  1. Set application fee (setAppFee(10))
  2. (Optional) Set seller approval requirement (setIsSellerApprovalRequired(true))
  3. (Optional) Approve seller (setSellerApproved(seller, true))

Development

For testing, waffle is used along with ethers.

  1. Run Hardhat node with npm run node.
  2. Deploy contracts with npm run deploy -- --network localhost. Copy the contracts' addresses into the application.

Deployment

  1. Run npm run deploy -- --network <network>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published