keplervital / go-verkle

A go implementation of Verkle trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lint and Test DeepSource goreports API Reference Block replay

go-verkle

An implementation of Verkle trees. When production-ready, the code is to be merged back into go-ethereum.

Node width is set to 256 children.

Setup

Download the precomputed Lagrange point file from the latest release, and place it in the directory that you will run the program from. While not strictly required (it will be generated upon startup if not present), this will save a lot of startup time when running the tests.

Running the tests

$ go test .

Benchmarks

$ go test . -bench Bench

About

A go implementation of Verkle trees

License:The Unlicense


Languages

Language:Go 99.9%Language:MATLAB 0.1%