Rinkeby test net contract address: 0x25a462e354074FCd9045BdEAc1AcD4C49D88d279
-
node v5.6.0
-
truffle v4.1.14
-
web3 v1.0.0-beta.4
Install the dependencies
$ cd project-6
$ npm install
Launch Ganache:
$ ganache-cli -m "your mnemonic goes here"
Compile smart contracts
$ truffle compile
Migrate smart contracts to the locally running blockchain, ganache-cli:
$ truffle migrate
Test smart contracts:
$ truffle test
Launch the DApp:
$ npm run dev
No external libraries were used