WAX-CDT is a toolchain for WebAssembly (WASM) and set of tools to facilitate contract writing for the WAX platform.
We are not providing pre-compiled packages (*). Therefore, you will have to compile the source code and install it with the following instructions:
$ git clone --recursive https://github.com/worldwide-asset-exchange/wax-cdt.git
$ cd wax-cdt
$ ./build.sh
$ sudo ./install.sh
(*) But we have docker images:
- CDT docker images based on Ubuntu 18.04 with compiled wax-cdt.
- Development docker images ready to be used (they include wax-blockchain, wax-cdt and native/wasm C++ compilers). For a usage example, see this.
- eosio-cpp
- eosio-cc
- eosio-ld
- eosio-init
- eosio-abidiff
- eosio-wasm2wast
- eosio-wast2wasm
- eosio-ranlib
- eosio-ar
- eosio-objdump
- eosio-readelf