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

Latest commit

 

History

History
9 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 278 Bytes

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