Helpful tools for sidechain builders.
Read the Docs
·
Report Bug
·
Request Feature
Table of Contents
This project contains helpful tools for Cardano sidechain builders.
The project hosts CLI tooling to assist sidechain builders with common tasks. If you're new to Cardano sidechains, then go ahead and visit the documentation linked above to learn more.
-
Download the packaged binaries for
sc-evm-cli
,sidechain-cli
andtrustless-sidechain-cli
on the releases page >>> -
Extract the packages using your preferred
tar
andzip
utility. -
Add binaries to your shell's path for greater convenience.
./sc-evm-cli <subcommand> <arguments...>
./sidechain-cli <subcommand> <arguments...>
node <trustless-sidechain-ctl-directory>/main.js <subcommand> <arguments>
When you execute a command for the first time, you will get a warning pop-up complaining that the ABI cannot be executed because the developer cannot be verified.
The workaround is this:
- Press cancel on the pop-up
- Stop the CLI process with command-C
- Go to System settings → Privacy & Security tab to allow the app
- Click Allow anyway
- Repeat for one more library.
sc-evm-cli
reference guide >>>
sidechain-cli
reference guide >>>
trustless-sidechain-cli
reference guide >>>
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. See CONTRIBUTING.md for more information.
Distributed under the Apache 2.0 License. See LICENSE.md for more information.
See "Communication channels" in CONTRIBUTING.md.