1.0.0 • Published 1 year ago

@grandbazar-io/everscale-tip4-contracts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. Copy locklift.config.template.ts into config.template.ts and configure it
  2. 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.