Solidity 0.7.4 using Truffle and Ganache CLI.
- git clone this repo
- install docker
- cd to root of project
- run $ docker-compose up ganache
- run $ docker-compose build truffle
- run $ docker-compose up truffle
- connect to truffle container $ docker attach truffle
- while inside the truffle container run $ truffle init
- while inside the truffle container run $ npm install
- exit truffle container
- on local machine cd to dapp directory and delete truffle-config.js
- rename truffle-config.js.ex to truffle-config.js
- when you are ready to deploy to Ropsten test net, add the mnemonic key into .secret file
Build a blockchain app or your own coin and create your own personal money faucet.