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
- Host: GitHub
- URL: https://github.com/mento-protocol/reserve-site
- Owner: mento-protocol
- Created: 2022-06-15T14:00:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T15:09:22.000Z (about 1 year ago)
- Last Synced: 2025-04-14T15:48:22.881Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://reserve.mento.org
- Size: 4.41 MB
- Stars: 1
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)