An open source interface for the Reserve Protocol
Enabling users to:
- Create new RTokens
- View/use existing RTokens and related metrics
- Mint/Issue RTokens
- Stake/Unstake to get yield with an RToken
- Govern and manage RTokens
Clone this repository and run:
cp .env.example .env
npm i
npm start
Please go to this repository and create a pull request with the token you want to add following the instructions of the README.
Add and fill the following environment variables with your mainnet forknet environment
VITE_MAINNET_URL=
// Optional but required for full feature support
VITE_SUBGRAPH_URL=
Related subgraph here
Fork this repository and create a pull request against the master
branch