Skip to content

eager7/docker-eosio.cdt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker for eosio.cdt

Image with eosio.cdt for building eosio contracts.

How to build: docker build -t eosio.cdt .
Make directory before running: cd ./contracts; mkdir ./build
Example of running: docker run -v REAL_CONTRACTS_ABSOLUTE_PATH/contracts:/contracts -w /contracts -i devbjune/eosio.cdt:latest eosio-cpp -abigen ./hello.cpp -o ./build/hello.wasm --contract hello

About

Image with eosio.cdt for building eosio contracts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 66.1%
  • C++ 33.9%