besu-verkle-trie
is a Java library that implements the Java part of Verkle Trie for Ethereum.
besu-verkle-trie
is available on Hyperledger Artifactory.
To install besu-verkle-trie
, you can use the build automation tool Gradle.
To build the project, use the build
task:
gradle build
To format the code according to the project's style guide, use the spotlessApply task:
gradle spotlessApply
Contributions are welcome! Please see - CONTRIBUTING.md for details.
besu-verkle-trie
is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.