nrc-721-template | Template for custom NFT implementation for the Nervos Network.
cargo install ckb-capsule
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
Rather Labs NRC-721 is released under the MIT License.