Completium
Completium-cli installation and usage
Last updated
Completium-cli installation and usage
Last updated
Completium is a set of tools to support smart contract development with the . We installed completium in the previous section, but it must be initialised.
This will create the local configuration and default accounts.
A sandbox is a local simulated blockchain for testing and development purposes.
Completium-cli uses the oxheadalpha/flextesa
container with a single node and bootstrapped accounts. With Docker running, ensure you have an up-to-date sandbox container:
Start the blockchain sandbox:
Start/stop the sandbox container (a new blockchain will be created at each restart)
Switch environments (sandbox, ghostnet...)
Switch account (used for next call):
Other commands will explained throughout the tutorial. You can always refresh your memory with ccli help
.