create-xnft

A simple CLI tool to help you quickly scaffold an xNFT app.

demo: https://vimeo.com/manage/videos/791916641/privacy

installation

To install this tool

  1. use cargo shell cargo install --git https://github.com/jim4067/create-xnft/ --locked --force

  2. Download the binary from the releases page.

Quickstart and usage

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>