Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/issa-me-sush/decentralized-content-moderation
https://github.com/issa-me-sush/decentralized-content-moderation
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/issa-me-sush/decentralized-content-moderation
- Owner: issa-me-sush
- Created: 2024-01-19T15:07:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T15:48:17.000Z (10 months ago)
- Last Synced: 2024-08-02T13:29:51.041Z (3 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ora - Decentralized Moderation
README
# zkGraph decentralized moderation
Content moderation for a decentralized social network or any kind of customized DAO or decentralized network/ecosystem
- **Image ID**: `0A8B1DBE8B29A582EFE2504255ECBF7B`
- **IPFS Hash**: `QmWm3CG4Nc1zEcY69MbvEWrwgprNnuQz5HRW7nkiYDh4uu`
- **Block Number for flagging output**: `5115068`
- **Block Number for non-flagging output - empty bytes**: `5115074`
## 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