Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 377 Bytes

What's in ?

Ethereum flavour

Geth, Parity

Bitcoin flavour

Bitcoind

Dev mode

Choose your flavour, for example Ethereum Server.

cd eth-server 
vagrant up 

Each time you add a tool or modify existing one, you can provision your modifications by executing

vagrant provision

To delete the current VM

 vagrant halt && vagrant destroy