https://github.com/ethereum/go-verkle
A go implementation of Verkle trees
https://github.com/ethereum/go-verkle
Last synced: 21 days ago
JSON representation
A go implementation of Verkle trees
- Host: GitHub
- URL: https://github.com/ethereum/go-verkle
- Owner: ethereum
- License: unlicense
- Created: 2021-02-15T15:25:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T20:53:34.000Z (about 2 months ago)
- Last Synced: 2025-05-12T21:06:04.920Z (25 days ago)
- Language: Go
- Size: 1.29 MB
- Stars: 223
- Watchers: 14
- Forks: 71
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://golang.org/dl/)
[](https://github.com/ethereum/go-verkle/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/ethereum/go-verkle)
[](https://pkg.go.dev/github.com/ethereum/go-verkle)# go-verkle
> A Go implementation of Verkle Tree datastructure defined in the [spec](https://github.com/crate-crypto/verkle-trie-ref/tree/master/verkle).
## Test & Benchmarks
To run the tests and benchmarks, run the following commands:
```bash
$ go test ./...
```To run the benchmarks:
```bash
go test ./... -bench=. -run=none -benchmem
```## Security
If you find any security vulnerability, please don't open a GH issue and contact repo owners directly.
## LICENSE
[License](LICENSE).