Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjanjohan/zkgraph-track-free-mints
https://github.com/arjanjohan/zkgraph-track-free-mints
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjanjohan/zkgraph-track-free-mints
- Owner: arjanjohan
- Created: 2023-12-28T09:37:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-15T02:03:22.000Z (12 months ago)
- Last Synced: 2024-08-02T13:29:39.310Z (5 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ora - Free Mints
README
# zkGraph free mint nft
This zkGraph will monitor events on-chain to track all nft's that are minted for free. This zkGraph is intdented to be combined by graphs that track holders of certain collections. By combining these graphs, it will be possible to track free mints that are specific for holders of certain collections.
## 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