Skip to content

Contract Development Toolkit. A suite of tools used to build contracts for Snax blockchain.

License

Notifications You must be signed in to change notification settings

SnaxFoundation/snax.cdt

 
 

Repository files navigation

Snax.CDT (Contract Development Toolkit)

Documentation

EOS 1.6.0 Smart Contract API docs

In order to compile against current master, you should write smart contracts according to the latest (1.6.0 at the moment) specification.

Binary Releases

Snax.CDT currently supports manual build for Mac OS X, Linux x86_64.

If you have previously installed Snax.CDT, please run the uninstall script (it is in the directory where you cloned Snax.CDT) before downloading and using the binary releases.

Guided Installation (Building from Scratch)

$ git clone --recursive https://github.com/SnaxFoundation/snax.cdt
$ cd snax.cdt
$ ./build.sh
$ sudo ./install.sh

Installed Tools


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

About

Contract Development Toolkit. A suite of tools used to build contracts for Snax blockchain.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.8%
  • C 0.7%
  • Shell 0.2%
  • CMake 0.2%
  • Python 0.1%
  • HTML 0.0%