A simple CLI tool to help you quickly scaffold an xNFT app.
To install this tool
use cargo
shell
cargo install --git https://github.com/jim4067/create-xnft/ --locked --force
Download the binary from the releases page.
To quickly scaffold your app
shell
xnft-tool init
To initialize the project using an xnft template,
shell
xnft-tool init template <github_template_link>