Install the CDT
The Antelope Contract Development Toolkit, CDT for short, is a collection of tools related to smart contract compilation. Subsequent tutorials use the CDT primarily for compiling contracts and generating ABIs.
Install from Binaries
To install the latest CDT binaries, visit the CDT Binary Packages page.
Build from Source
To build CDT from source, visit the CDT Building from Source page.
What's Next?
- Create Development Wallet: Steps to create a new development wallet used to store public-private key pair.