Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vlad324/ramap
- Owner: vlad324
- Created: 2022-09-03T09:36:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T07:31:20.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:43:00.706Z (2 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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