Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gathin23/Proof-of-Mint-zkgraph
https://github.com/Gathin23/Proof-of-Mint-zkgraph
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Gathin23/Proof-of-Mint-zkgraph
- Owner: Gathin23
- Created: 2024-01-09T08:14:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T01:29:53.000Z (10 months ago)
- Last Synced: 2024-07-14T05:37:33.691Z (4 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ora - Proof of Mint
README
# Proof of Mint - zkgraph
### This zkgraph tracks all the address that has minted DOP token on sepolia
#### DOP token address on Sepolia Testnet: 0x4873528341d33ec918c7465f244491acb75bc95f
#### Event being read on Sepolia USDT: Transfer(address,address,uint256)
## Usage CLI
> Note: Only `full` image will be processed by zkOracle node. `local` (generated by commands ending with `--local` option) means the zkGraph is compiled locally and only contains partial computation (so that proving and executing will be faster).
The workflow of local zkGraph development must follow: `Develop` (code in /src) -> `Compile` (get compiled wasm image) -> `Execute` (get expected output) -> `Prove` (generate input and pre-test for actual proving in zkOracle) -> `Verify` (verify proof on-chain).
To upload and publish your zkGraph, you should `Upload` (upload code to IPFS), and then `Publish` (register zkGraph on onchain zkGraph Registry).
## Commonly used commands
- **compile**: `npx zkgraph compile`
- **exec**: `npx zkgraph exec `
- **prove**: ` npx zkgraph prove -i|-t|-p`
- ……Read more: https://github.com/hyperoracle/zkgraph-cli#cli