User Guide
Create Subchain
Install
The npm version
seele-anchor-cli(abbreviated to "anc") requires: 6.13.0+. Install anc globally with-gtag to use everywhere.
npm i -g seele-anchor-cli
anc -v # --version: Show version
anc -h # --help: Show helpInitiate
Navigating between anc projects will not require terminal navigation in the future. For now, anc creates a
.subchain/yourProjectNamein user's current working directory (abbreviated to "cwd"). Navigate toyourProjectNameand open the directory with editor.
anc init -n mySubchainStart
Configure anc settings in conf.json. For private environment tools refer to Developer resources.
cd .subchain/mySubchain
anc fill # Fill hashes
anc make -cd # compile and deploy subchain to mainchain
anc show # show resultsInteract with Subchain
IMPORTANT: interacting with subchain for now requires user to
Flow Chart summary

User
Keys
Transact
Trade
Challenge
Verifier
Maintain
Creator
Control
Last updated
Was this helpful?