Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 27, 2023
1 parent 34ffc3d commit db79e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions packages/imt.sol/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@
</h4>
</div>

> [!WARNING]
> If you are looking for the first version of this package, please visit this [link](https://github.com/privacy-scaling-explorations/zk-kit/tree/imt-v1/packages/incremental-merkle-tree.sol).
---

## Libraries

✔️ [BinaryIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/BinaryIMT.sol) (Poseidon)\
✔️ [QuinaryIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/QuinaryIMT.sol) (Poseidon)\
✔️ [LazyIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/LazyIMT.sol) (Poseidon)\
✔️ [LeanIMT](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/imt.sol/contracts/LeanIMT.sol) (Poseidon)

> [!WARNING]
> If you are looking for the first version of this package, please visit this [link](https://github.com/privacy-scaling-explorations/zk-kit/tree/imt-v1/packages/incremental-merkle-tree.sol).
## 🛠 Install

### npm or yarn
Expand Down
2 changes: 1 addition & 1 deletion packages/imt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ tree.verifyProof(proof) // true
new IMT(poseidon2, depth, zeroValue, arity, [1, 2, 3])
```

### LeanIMT ([doc](https://zkkit.pse.dev/classes/_zk_kit_lean-imt.LeanIMT.html))
### LeanIMT ([doc](https://zkkit.pse.dev/classes/_zk_kit_imt.LeanIMT.html))

```typescript
import { LeanIMT } from "@zk-kit/imt"
Expand Down

0 comments on commit db79e42

Please sign in to comment.