ethereum-ex
ethereum-ex copied to clipboard
The Ethereum Blockchain Application for commercial deals
ethereum-ex
The Ethereum Example written in Solidity.
Dependencies
- Node +6.11
- NPM +3.10
- Truffle +4.0.5
- Ganache CLI +6.0.4
Clone
git clone https://github.com/fabiojose/ethereum-ex.git
Install
cd ethereum-ex
npm install
Deploy
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