winlin / bos.cdt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 98.8%Language:C 0.7%Language:CMake 0.2%Language:Shell 0.2%Language:Python 0.1%Language:HTML 0.0%Language:Assembly 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:CSS 0.0%