ethereum-dev-vagrant

Uses Vagrant to build an Ubuntu 18.04 development environment for playing with Ethereum and smart contracts. See the Vagrantfile and bootstrap.sh for more details.

Obviously, you'll need to have Vagrant installed and a hypervisor such as Virtualbox.

Setting up Vagrant

git clone https://github.com/zcwilt/ethereum-dev-vagrant.git

cd https://github.com/zcwilt/ethereum-dev-vagrant.git

vagrant up

running the test contract

A collection of other eth dev links

A collection of links about creating ERC20 tokens