For now, it contains examples on:
- Creating a smart contract written in Solidity
- Creating tests for the contract using mocha testing suite.
- Deploying the contract in a local test network using the Ganache module.
- [Work in progress] Deploying the contract in the Rigby test network using the Infura API.
This project uses the Infura API. You will have to register, create a project, and obtain a valid API key in order to run the examples.
For some dependencies, a specific version was used. You may want to run:
npm install --save solc
npm install --save mocha
npm install --save ganache-cli
npm install --save [email protected]
npm install --save [email protected]