Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamprajapati7748/defistakingcontact


https://github.com/shubhamprajapati7748/defistakingcontact

Last synced: 4 days ago
JSON representation

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
```