Skip to content

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

License

Notifications You must be signed in to change notification settings

seannyfeng/eosio.cdt

 
 

Repository files navigation

EOSIO.CDT (Contract Development Toolkit)

笔记:

Installation (Building from Scratch)

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

Compile example hello

cd examples/hello cmake . make

vim

:tabe xxx open a tab in vim
gt switch between tabs
:Vex open treeListing within the tab

tmux

ctrl+b master key
c create new window
p switch to next window
& kill current window

git

pull remote branch git checkout -b origin/
git checkout -t origin/
commit git commit -am "commit comment"
push to branch git push origin HEAD:sean-testing

About

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

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%