A kickstart application learned from Udemy developed on ethereum
This repository includes a solidty contract (actually two with one of them running as factory)
The frontend is built based on React, next.js and next-route.
Need to get npm on your machine: https://www.npmjs.com/get-npm
Install package by running npm install
Need to do some configurations:
- Under ethereum/deploy.js: Add your meta mask wallet seed phrases (Mnemonic)
- You need to apply an API token through infura.io (It is free)
Run command: npm run dev
Now, use Chrome to access the application on http://localhost:3000