- Solidity
- NodeJs
- Web3 Js
- Truffle
- Ganache CLI (testing)
- Infura (Deployment)
cp .env.sample .env
In other to properly use this smart contract you would need to do the following
- Setup and create a metamask account and install chrome extension. Get the 12 mnemonic phrase word and replace and set value to the MNEMONIC_PHRASE in the .env file (You can get this from the chrome store search for metamask)
- Create an infura account will enable ease in deployments. Create a project and provide the Rinkeby URL to the DEPLOY_URL in .env file (https://infura.io/)
npm run test
npm run deploy
Thank you