Antharithm / register

Reserve Protocol interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reserve Register

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

Getting started

Clone this repository and run:

cp .env.example .env
npm i
npm start

Adding an RToken to the supported list

Please go to this repository and create a pull request with the token you want to add following the instructions of the README.

Forknet setup

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

Contributing

Fork this repository and create a pull request against the master branch

About

Reserve Protocol interface

License:Other


Languages

Language:TypeScript 99.5%Language:JavaScript 0.4%Language:HTML 0.1%Language:CSS 0.0%