Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordan-public/zk-optimized-sparse-merkle-tree
Sparse Merkle Tree optimized for Zero Knowledge proofs
https://github.com/jordan-public/zk-optimized-sparse-merkle-tree
Last synced: 3 months ago
JSON representation
Sparse Merkle Tree optimized for Zero Knowledge proofs
- Host: GitHub
- URL: https://github.com/jordan-public/zk-optimized-sparse-merkle-tree
- Owner: jordan-public
- License: mit
- Created: 2023-11-02T20:51:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T02:00:29.000Z (11 months ago)
- Last Synced: 2024-04-14T16:46:19.401Z (7 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Sparse Merkle Tree Implementation - a typescript library to generate optimized sparse merkle trees (Get Coding / Libraries)
README
Sparse Merkle Tree optimized for Zero Knowledge proofs
implementation in TypeScript.
## Description
## Install
pnpm install
## Usage
Temporary:
```
ts-node play.ts
```