https://github.com/ethereum/go-verkle
A go implementation of Verkle trees
https://github.com/ethereum/go-verkle
Last synced: 13 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T15:42:59.000Z (3 months ago)
- Last Synced: 2025-04-01T14:15:16.044Z (20 days ago)
- Language: Go
- Size: 1.38 MB
- Stars: 219
- Watchers: 14
- Forks: 70
- Open Issues: 41
-
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).