everscale-tip4-contracts
Customizable grandbazar.io NFT contracts. 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
Interfaces
The NFT contract must implement the interface that it uses. All function identifiers of such interfaces must be stored in the contract according to TIP-6 standart
IRoyalty
Royalty is mapping(address => uint8)
where uint8
is a number with zero decimal places.