Skip to content

jalbiero/eos-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eos-dev-docker

Development docker for EOSIO Blockchain smart contracts

Instructions

The provided Makefile can build and push (to Docker Hub) a development docker image for EOS. The image will contains everything you need to build and test a smart contract:

For more information about FETCH_ALL parameter see comments inside Makefile

make [ build-image [ FETCH_ALL=1 ] | push-image ]

Samples

Here some small projects that show the docker usage

Note

I was commited to maintain this docker project, but the roadmap of EOS is unknown to me. I don't understand what is going on with the blockchain:

  1. The EOS repository was archived on August 2, 2022. It is mentioned on Internet that its replacement will be Mandel.
  2. The Mandel repository says that Mandel contains an archived version of the protocol which in turn, was replaced by the new implementation, Leap.
  3. The Leap repository which does not belong to EOS Foundation, has new instructions to build the blockchain.

Until somebody starts using Leap I won't try to build the development docker.