erc20-staking-app
erc20-staking-app copied to clipboard
Allow users to stake their ERC20 tokens in return for more/other ERC20 tokens!
[!Important]
This repository is referencing themumbai
chain.
Mumbai
is deprecated since 08/04/2024, meaning the code in this repository will no longer work out of the box.You can still use this repository, however you will have to switch any references to
mumbai
to another chain.
ERC20 Staking App
Allow users to stake their ERC20 tokens in return for more/other ERC20 tokens!
In this repo, we are using thirdweb ContractKit and writing a custom ERC-20 staking contract.
You can read the guide associated to this repo.
Installation
Install via thirdweb create
npx thirdweb create --template erc20-staking-app
Run Locally
Install dependencies
# npm
npm install
# yarn
yarn install
Start the server
# npm
npm run start
# yarn
yarn start
Environment Variables
To run this project, you will need to add environment variables. Check the .env.example
file for all the environment variables required and add it to .env.local
file or set them up on your hosting provider.
Deployment
Deploy a copy of your application to IPFS using the following command:
yarn deploy
Additional Resources
Contributing
Contributions and feedback are always welcome! Please check our open source page for more information.
Need help?
For help, join the discord or visit our support page.