Getting Started
Use Nit Module
A step-by-step guide for how to run the Nit command line tool is provided below.
Step 1: Install Nit
Install Nit if it is not yet installed
If it is your first time running Nit, let us initialize with the default configuration
The configuration allows users to input their personal information. If you would like to edit the configurations, run the following command
And, create a working directory for the targeting asset
Step 2: Create assetTree
Run nit add
to create the assetTree of the media file
You can check to see if the information you hope to commit meet your expectations by running
To access the assetTree file, you can use browser to open the URL:
https://<Nid of the assetTree file>.ipfs.dweb.link
Step 3: Commit
Use Nit API
Step 1: Create Your Capture Account and Wallets
Create your Capture account
Get your Capture Token
Verify your Capture Token
Retrieve your wallets
Step 2: Commit to Numbers Networks
Commit to Numbers testnet (Snow)
Commit to Numbers mainnet (Jade)
Step 3: Read Commits on Numbers Networks
Read commits on testnet
Read commits on mainnet
Last updated