Welcome to my first ever ERC20 token! I used remix to deploy to a local Ganache instance. For now, this has only been tested with MetaMask. This project is not intended for anything other than personal research and should not be used as a boilerplate as better tools already exist.
If you're look for a starting point for Web3, definitely check out scaffold-eth. Lots of cool stuff over there!
This project front end was bootstrapped with Create React App.
- Clone the repo and run npm install in the root.
- Import the remixbackup.zip and deploy the contract to your local dev chain (I used ganache while developing this but did not incorporate truffle at all.)
Runs the front end app in the development mode.
Open http://localhost:3000 to view it in the browser.
- Should deliver 69 coins to whatever wallet you connect with
- I have to change the way Web3 is implemented here but I'll need to circle back.
- Single page React App
- React Router and basic hooks
- Modified Bootstrap / Bootswatch UI
- Metamask Onboarding Code
- Web3.js to work with web3
- Remix IDE for creating the contract
- Inherits from Open Zeppelin ERC20 standard



