A simple CLI tool to help you quickly scaffold an xNFT app.
demo: https://vimeo.com/manage/videos/791916641/privacy
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
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>