Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamprajapati7748/defistakingcontact
https://github.com/shubhamprajapati7748/defistakingcontact
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamprajapati7748/defistakingcontact
- Owner: shubhamprajapati7748
- Created: 2023-01-24T10:08:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T10:19:41.000Z (about 2 years ago)
- Last Synced: 2024-12-08T13:29:25.519Z (about 2 months ago)
- Language: Solidity
- Size: 779 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeFi Staking Project
This project has the functionality of Staking a token, Withdrawing the token and claiming the reward token. It also autogenerte the reward token based on the time you staked the staking token.
This project had deployed on the Polygon mumbai testnet.
## To run this project
1. Install the node packages on the root folder as well as client folder
```shell
npx install
```2. To Run the Client Side. Go to the client folder and run the following command
```shell
npx run dev
```