eshon / conference

A simple Ethereum smart contract + DApp example
176 stars 106 forks source link

Making the app running #13

Open MiguelBel opened 7 years ago

MiguelBel commented 7 years ago

I had some troubles setting up the project. I dockerize it and put some further instructions.

You can check it here https://github.com/MiguelBel/conference

For bringing up the project just follow the "using docker" instructions.

Feel free to reach me out if you have any trouble with this.

IAMtheIAM commented 7 years ago

@MiguelBel

docker-compose run conference truffle compile

ERROR: client version 1.21 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version

Windows 10 x64, just installed docker this morning

EDIT: Got it working. I had to switch to "linux containers" - doesn't work on "windows containers" mode

How do I get your project to run?

MiguelBel commented 7 years ago

@IAMtheIAM you still need help?

IAMtheIAM commented 7 years ago

@MiguelBel I got it working, I'll write more if any help is needed, thanks.