Getting Started
A step-by-step guide for how to run the Nit command line tool is provided below.
Install Nit if it is not yet installed
yarn global add @numbersprotocol/nit
If it is your first time running Nit, let us initialize with the default configuration
nit init
The configuration allows users to input their personal information. If you would like to edit the configurations, run the following command
nit config -e
And, create a working directory for the targeting asset
mkdir ~/temp && cd ~/temp
Run
nit add
to create the assetTree of the media filenit add <asset-filepath> -m "Initializing assetTree."
You can check to see if the information you hope to commit meet your expectations by running
nit status
To access the assetTree file, you can use browser to open the URL:
https://<Nid of the assetTree file>.ipfs.dweb.link
nit commit -m "My first commit for the asset."
Now, you can check the Commit on the blockchain by following the explorer URL returned by Nit. For more details and how to get on-chain information such as block numbers, please visit Nit repository.
- 1.Create your Capture account
- 2.Get your Capture Token
- 3.Verify your Capture Token
- 4.Retrieve your wallets
- 1.Commit to Numbers testnet (Snow)
- 2.Commit to Numbers mainnet (Jade)
- 1.Read commits on testnet
- 2.Read commits on mainnet
Last modified 7mo ago