Starcoin CLI document
- Using the starcoin console
There are two ways to use starcoin’s console, one is to enter the console at the same time as the node starts.
- Account management
The Starcoin node has a built-in decentralized wallet that allows users to manage their accounts through account api and commands.
- First Transaction
This article guides you on how to execute your first transaction on the starcoin blockchain. Before that, I recommend you read tech-related articles to get some idea of the basic concepts of starcoin.
- export import block
starcoin_db_exporter
command can export and offline import net main, barnard, halley, proxima block
offline import block also can use import_net_block.sh- export import snapshot
starcoin_db_exporter
command can export and offline import net main, barnard, halley, proxima snapshot
offline import snapshot also can use import_snapshot.sh- Mint
starcoin_miner
Command line tools are used to remotely connect to starcoin nodes and provide mining capabilities.- Multisig Account
- Modify DAO config by governance
- Modify OnChain Config
- Upgrade module with Dao
Starcoin support upgrade module by DAO.