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

https://github.com/mento-protocol/reserve-site

Mento Reserve Website
https://github.com/mento-protocol/reserve-site

Last synced: about 1 year ago
JSON representation

Mento Reserve Website

Awesome Lists containing this project

README

          

# Mento Reserve Website

Code for [reserve.mento.org](https://reserve.mento.org)

_For more information about the Reserve please refer to:_

- [reserve.mento.org](https://reserve.mento.org)
- [Stability WhitePaper](https://celo.org/papers/stability)

## Updating Reserve

- Information displayed on the reserve site is pulled from the [Mento Analytics API](https://github.com/mento-protocol/mento-analytics-api)
- To update data sources or any information related to the reserve, see the readme of the Mento Analytics API

## Development

1. Install dependencies: `yarn`
1. Start the dev server: `yarn dev`

## Deployment

see [release.md](/RELEASE.MD)