A stater project helps you get started in building the next dapp project on ETH-like chains.
This project is using:
- Landing Page
- Coin swaps
- Yield Farming
- Staking
To run the script you need to:
- Install dependencies by typing:
npm install
- Configure the script by updating
.env.example
file (remove the .example from the file name when done). - Run the script by typing:
npm run dev
in terminal