Script
To make it easy to use NFT Gen2 we provided bash script for any user to use it.
Download Script
# For Linux OS
wget https://storage.googleapis.com/download-sixprotocol/sixd/script/script.tgz.gz
#or
curl -G https://storage.googleapis.com/download-sixprotocol/sixd/script/script.tgz.gz -o ./script.tgz.gz
#or
gsutil cp gs://download-sixprotocol/sixd/script/script.tgz.gz .How to user scripts
1. Initial schema
bash init_data.sh2. Interact with schema
bash menu.sh
## or
bash menu.sh <string_schema_name>For example:
Last updated