• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🚀 Executable NFT Protocol and Marketplace

xNFT

A protocol for minting and managing executable NFTs

Build Status Discord Chat License Docs

Disclaimer

  • This protocol is under active development and is subject to change
  • The contract code is currently unaudited

Developing

Install Anchor

If you do not have the Anchor dev tools installed, do that first by following the installation guide.

Build Dependencies

make dependencies

Build the xNFT Program

anchor build

Testing

cargo clippy --all-targets -- -D warnings
anchor test