Skip to content

An extensible & modular NFT implementation for the Nervos Network.

License

Notifications You must be signed in to change notification settings

rather-labs/nrc-721-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rather Labs

nrc-721-template | Template for custom NFT implementation for the Nervos Network.

Gitpod Ready-to-Code

Requirements

cargo install ckb-capsule

Implementation procedure

Add custom behavior:

  • edit 'contracts/custom_nft/src/entry.rs'
  • choose base functionality adding or removing base behaviors to 'Composite script' section.
  • add desired behavior to 'Custom behavior' section.

Build contracts:

capsule build

Run tests:

capsule test

Build release contracts:

capsule build --release

License

Rather Labs NRC-721 is released under the MIT License.