A basic setup and testing for a Solidity smart contract.
- Contract
- solidity
- Compile
- solc
- Local Testing
- mocha
- web3
- ganache-cli
- Deploy to Ethereum network
- @truffle/hdwallet-provider
- Infura
- MetaMask
- web3
create .env
file
MNEMONIC = 'Your_Account_Mnemonic'
RINKEBY_ENDPOINT = 'Your_Infura_Rinkeby_Endpoint'