https://github.com/koushith/hyperramp
HyperRamp is a decentralised peer to peer on/off ramp based on Reclaim Protocol
https://github.com/koushith/hyperramp
react-native rtk rtk-query solidity styled-components typescript
Last synced: 26 days ago
JSON representation
HyperRamp is a decentralised peer to peer on/off ramp based on Reclaim Protocol
- Host: GitHub
- URL: https://github.com/koushith/hyperramp
- Owner: Koushith
- Created: 2023-08-03T09:33:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T23:34:32.000Z (over 1 year ago)
- Last Synced: 2025-02-08T03:20:09.285Z (3 months ago)
- Topics: react-native, rtk, rtk-query, solidity, styled-components, typescript
- Language: Java
- Homepage:
- Size: 733 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### HyperRamp - WIP
HyperRamp is a decentralized peer to peer on/off ramp based on https://www.reclaimprotocol.org/
Figma - https://www.figma.com/file/0u2xwd8lK7HI8z7WaBKADK/HyperRamp?type=design&node-id=0-1&mode=design
### How does it work?
- A has crypto on-chain
- B has fiat in his/her bank account
- A submits their bank account number and bank name to a smart contract
- B submits their bank account number and bank name to a smart contract
- A deposits crypto into an on-chain smart contract (escrow)
- B transfer the fiat to A’s bank account
- B generates a zero knowledge proof that they did the transfer
- B submits the zero knowledge proof to escrow to release the crypto### How does Reclaim itself work: here are some documents to read
- https://apps.apple.com/ru/app/reclaim-wallet/id6447378796?l=en
- https://play.google.com/store/apps/details?id=com.credentialswallet
- https://docs.reclaimprotocol.org/### Screenshots
#### Flow
#### Sitemap
#### Onboarding
#### Creating a Request
#### Recieving a Request
#### Add new Bank Account
#### Add new Wallet
#### Success Push Notification
