This is the front end for my Defi Staking Protocol contracts. This is mainly from the Chainlink Hackathon 2022, however I will be attempting to host this entire application with Fleek to see what that platform is capable of.
I plan on adding on to this code base and experiment with Defi as I go along.
I recommend checking out my backend code/smart contracts and deploy those locally first, so all of the front end code works correctly. You may need to change the ABI's and addresses according to your local deployment. Check out that README for information on how to run that code and how it works.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Next.js
- Javascript
- Web3 UI Kit by Moralis
- Ethers.js
- Moralis
- Tailwind CSS