# besu-verkle-trie **Repository Path**: hyperledger/besu-verkle-trie ## Basic Information - **Project Name**: besu-verkle-trie - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2025-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # besu-verkle-trie `besu-verkle-trie` is a Java library that implements the Java part of Verkle Trie for Ethereum. ## Table of Contents - [Installation](#installation) - [Building](#building) - [Contribute](#contribute) - [License](#license) ## Installation `besu-verkle-trie` is available on [Hyperledger Artifactory](https://hyperledger.jfrog.io/ui/packages?name=besu-verkle-trie&type=packages). To install `besu-verkle-trie`, you can use the build automation tool [Gradle](https://gradle.org/). ## Building To build the project, use the `build` task: ```bash ./gradlew build ``` To format the code according to the project's style guide, use the spotlessApply task: ```bash ./gradlew spotlessApply ``` ## Contribute Contributions are welcome! Please see - [CONTRIBUTING.md](CONTRIBUTING.md) for details. ## LICENSE `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.