Skip to content

bshiluk/go-verkle

 
 

Repository files navigation

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 available in this 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • MATLAB 0.2%