A simple CLI tool to help you quickly scaffold an xNFT app.
To install this tool
use cargo
shell
cargo install create-xnft
Download the binary from the releases page.
To quickly scaffold your app
shell
create-xnft init
add the rn
flag to initialize with react-native
shell
create-xnft init --rn
To use the default xnft-quickstart template
shell
create-xnft template --d
To list the available templates
shell
create-xnft template list
To use a listed templates
shell
create-xnft templates get <template-name>