Open jaybxyz opened 6 years ago
Hi, yes EOS has already changed since Dawn 4.1 Currently I don't have time to update the repo, but many tools should be available via the official dev image. try:
docker run --rm -ti eosio/eos-dev bash
Thanks for a quick reply.
I understand what the docker command you want me to try, but that won't solve the part of producing blocks.
As you take a look at the images i attached on Terminal #1, it is not synchronizing.
Are you planning on to work on this repo up to date sometime?
Below are the steps I followed from the instruction.
Successfuly cloned the eos-playground and pulled all three docker images. and created the three docker volumes
Then to the next step, I successfully pulled the directory of contracts from the original repo and I copied the bashrc.example named as bashrc just like the instruction guides me to do
Now, I don't get the same result as you did on your Youtube Video from this step.
*I opened another terminal and started the docker-compose.yml and it DOESN'T start producing blocks. Instead, it stopped.
$ docker-compose up
Here is the image and the result.
Do you have any suggestion?