30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
[](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).
|