nft-tutorial icon indicating copy to clipboard operation
nft-tutorial copied to clipboard

Tezos FA2 NFT CLI Tool And Tutorial

Tutorial: Non-Fungible Tokens on Tezos Using FA2

Tutorial

The actual tutorial is located here.

Packages

The repo has three following yarn workspaces (packages):

  • tezos-tools - various utilities to interact with LIGO compiler, Flextesa sandbox and Pinata IPFS from TypeScript code.

  • fa2-interfaces - TypeScript interfaces to interact with FA2 contracts on blockchain.

  • fa2-contracts - modular LIGO implementation of FA2 smart contracts. Contract generator CLI tool tzgen and tutorial.

  • tznft - NFT minting CLI tool tznft and tutorial.

How to Install And Use CLI Tool

Run the following command to install tznft CLI npm install -g @oxheadalpha/tznft

You can learn tznft command options by running $ tznft --help command or following the tutorial steps.

How to Build The Project

$ yarn install
$ yarn build

If you want to run tznft CLI from your local build, run yarn link command from tznft package directory.