@grandbazar-io/everscale-contracts-tip4-market
v1.0.0
Published
Customizable grandbazar.io contracts for NFT trading
Downloads
2
Readme
everscale-contracts-tip4-market
Customizable grandbazar.io contracts for NFT trading. Based on Itgold standard. You can customize all contracts by extending them.
What is needed for development?
Build project
- Copy
locklift.config.template.ts
intoconfig.template.ts
and configure it - Run
npx locklift build
Test
- Start local node with
everdev se start
- Run
npm run test
Deploy
- Run
npm run deploy-sell
andnpm run deploy-auction
for deploying to devnet - Run
npm run deploy-sell-main
andnpm run deploy-auction-main
for deploying to mainnet