This project was created for me on a Udemy Course.
Use the package manager npm.
npm installTo use this project you'll need:
- Metamask plugin on browser.
- Infura account and created sepolia project inside of it.
.envfile on source project withMNEMONIC_PHRASEof metamask andINFURA_API.
- Clone the repository.
- Install dependencies with:
make front-deps - Compile solidity contract:
make eth-compile. - Deploy it on Infura with:
make eth-deploy. - Run project with:
make front-devand enjoy!!
Pull requests are welcome, but this is a learning project. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.