Install the Contract Dev Toolkit
Homebrew (Mac OS X)
brew install is not working now
Install
Uninstall
Ubuntu (Debian)
Binary is not ready
Install
Uninstall
CentOS/Redhat (RPM)
Binary is not ready
Install
Uninstall
Install from Source
The location where infrablockchain.cdt
is cloned is not that important because you will be installing infrablockchain.cdt
as a local binary in later steps. For now, you can clone infrablockchain.cdt
to your "contracts" directory previously created, or really anywhere else on your local system you see fit.
Download
Clone infrablockchain.cdt
repository.
In case you are using a virtual machine. It should be configured with at least 2 CPUs (does not have to be two physical ones) and 8G of memory to avoid compilation errors
Build
Install
The above command needs to be ran with sudo
because infrablockchain.cdt
's various binaries will be installed locally. You will be asked for your computer's account password.
Installing infrablockchain.cdt
will make the compiled binary global so it can be accessable anywhere. For this tutorial, it is strongly suggested that you do not skip the install step for Infrablockchain.cdt, failing to install will make it more difficult to follow this and other tutorials, and make usage in general more difficult.
Troubleshooting
WIP
What's Next?
Create Development Wallet: Steps to create a new development wallet used to store public-private key pair.
Last updated