Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vlad324/ramap

MetaMask snap to provide DApps with on-ramp functionality
https://github.com/vlad324/ramap

Last synced: 14 days ago
JSON representation

MetaMask snap to provide DApps with on-ramp functionality

Awesome Lists containing this project

README

        

## Ramap

![banner.png](./banner.png)

Ramap is MetaMask snap that allow any DApp to benefit from on-ramp functionality provided by ramp.network

### Architecture:
![high_level.png](./high_level.png)

Ramap BE is running as Google cloud function with firebase storage.

### Development
To serve snap locally:
```shell
cd snap
yarn && yarn build
yarn serve
```
This would serve a snap locally, so you could access it from other local running DApps using `snapId = 'local:http://localhost:8080'`

Example implementation with AAVE:
https://github.com/vlad324/aave-interface