/wax-cdt-legacy

WAX Contract Development Toolkit

Primary LanguageC++MIT LicenseMIT

WAX-CDT (Contract Development Toolkit)

Version : wax-1.6.1-1.0.0

WAX-CDT is a toolchain for WebAssembly (WASM) and set of tools to facilitate contract writing for the WAX platform.

Guided Installation (Building from Scratch)

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:

  1. CDT docker images based on Ubuntu 18.04 with compiled wax-cdt.
  2. Development docker images ready to be used (they include wax-blockchain, wax-cdt and native/wasm C++ compilers). For a usage example, see this.

Installed Tools


  • eosio-cpp
  • eosio-cc
  • eosio-ld
  • eosio-init
  • eosio-abidiff
  • eosio-wasm2wast
  • eosio-wast2wasm
  • eosio-ranlib
  • eosio-ar
  • eosio-objdump
  • eosio-readelf

Resources

License

MIT