The Ethereum Example written in Solidity.
- Node +6.11
- NPM +3.10
- Truffle +4.0.5
- Ganache CLI +6.0.4
git clone https://github.com/fabiojose/ethereum-ex.git
cd ethereum-ex
npm install
In another terminal start the ganache using the following command
ganache-cli
In another terminal compile it, deploy and test
truffle compile
truffle migrate
truffle test