Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Oct 21, 2023
1 parent 155329c commit bfbb319
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Verkle Trie

Javascript implementation of Ethereums verkle trie. This implementation converts Rust verkle's functions into wasm and then wraps these methods in a typescript library to provide a more conventional typescript API.

## Installation

```
npm i verkle-trie
```

0 comments on commit bfbb319

Please sign in to comment.