Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captain-woof/cazzpay
A crypto off-ramping platform that facilitates sellers to allow payments in crypto, but receive that in fiat.
https://github.com/captain-woof/cazzpay
chakra-ui defi ethglobal graphql hackmoney2022 hardhat reactjs redstone solidity the-graph uniswap-v2 web3
Last synced: 13 days ago
JSON representation
A crypto off-ramping platform that facilitates sellers to allow payments in crypto, but receive that in fiat.
- Host: GitHub
- URL: https://github.com/captain-woof/cazzpay
- Owner: captain-woof
- License: apache-2.0
- Created: 2022-05-04T15:58:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T18:35:29.000Z (over 2 years ago)
- Last Synced: 2023-03-08T17:47:15.609Z (over 1 year ago)
- Topics: chakra-ui, defi, ethglobal, graphql, hackmoney2022, hardhat, reactjs, redstone, solidity, the-graph, uniswap-v2, web3
- Language: TypeScript
- Homepage: https://cazzpay.vercel.app
- Size: 2.59 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CazzPay
![Lines of code](https://img.shields.io/tokei/lines/github/captain-woof/cazzpay?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/captain-woof/cazzpay?logoColor=green&style=for-the-badge)
CazzPay is a crypto off-ramping platform that facilitates sellers to allow payments in crypto, but receive that in fiat.
This repo contains all the code that runs CazzPay - all smart contracts, subgraph code and the frontend.
## Demo 💰
**[Watch the demonstration on YouTube](https://youtu.be/nb0aalmgfjY)**
## CazzPay contracts 👨💻
**Deployed on Rinkeby**
- [TestCoin ($TST)](https://rinkeby.etherscan.io/address/0x6A308Fb8391Cecd7bb9570840239956f25C101F9) - **0x6A308Fb8391Cecd7bb9570840239956f25C101F9**
- [CazzPayToken ($CZP)](https://rinkeby.etherscan.io/address/0x8d7b5E919620D2C9742389bc1CeC671eaB0E3150) - **0x8d7b5E919620D2C9742389bc1CeC671eaB0E3150**
- [CazzPay](https://rinkeby.etherscan.io/address/0xDBbD3EF86b6F1a250f542F21362FeA46c28F037c) - **0xDBbD3EF86b6F1a250f542F21362FeA46c28F037c**## CazzPay graph 👨💻
- **Playground** - [https://thegraph.com/hosted-service/subgraph/captain-woof/cazzpay](https://thegraph.com/hosted-service/subgraph/captain-woof/cazzpay)
- **Query endpoint** - [https://api.thegraph.com/subgraphs/name/captain-woof/cazzpay](https://api.thegraph.com/subgraphs/name/captain-woof/cazzpay)## Whitepaper 📚
[Read our whitepaper](https://docs.google.com/document/d/1RGdQedJU52NH_dRy4xOXMyZDAIp_M3-6qlyT_bZHWyY/edit?usp=sharing) to get a better understanding of CazzPay and how it manages everything.