Skip to content
forked from EOSIO/eosio.cdt

BOS.CDT (Contract Development Toolkit) is a suite of tools used to build BOSCore contracts

License

Notifications You must be signed in to change notification settings

boscore/bos.cdt

 
 

Repository files navigation

BOSCore.CDT (Contract Development Toolkit)

BOSCore.CDT Version: v3.0.2

Basic EOSIO.CDT Version: 1.6.1

Use BOSCore CDT docker image to build smart conrtacts

In order to speed up the progress of contracts development, BOSCore supply complied docker image.
By CDT docker image, you can start build you contracts without build BOSCore.CDT firstly. Please check README.

Guided Installation (Building from Scratch)

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

Installed Tools


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

About

BOS.CDT (Contract Development Toolkit) is a suite of tools used to build BOSCore contracts

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

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