/xnft

🚀 Executable NFT Protocol and Marketplace

Primary LanguageRustGNU General Public License v3.0GPL-3.0

xNFT

Developing

Install Anchor

First install the Anchor dev tools. See book.anchor-lang.com.

Installing and building submodules

Then, install and build all submodules.

make bootstrap

Building

To build the program, run

anchor build

Testing

To test the program, run

anchor test

Localnet

To run a localnet with all the required programs deployed, first build and then run

anchor localnet