https://github.com/tronprotocol/chainbase
a decentralized database for blockchain
https://github.com/tronprotocol/chainbase
Last synced: 12 months ago
JSON representation
a decentralized database for blockchain
- Host: GitHub
- URL: https://github.com/tronprotocol/chainbase
- Owner: tronprotocol
- License: lgpl-3.0
- Created: 2019-03-13T03:31:46.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-06T12:14:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T06:14:02.001Z (over 1 year ago)
- Size: 166 KB
- Stars: 28
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#tronprotocol/chainbase)
# chainbase
A decentralized database for blockchain.
## Dependencies
The lastest version is **1.0.0**.
### GRADLE
Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Step 2. Add the dependency.
```
dependencies {
implementation 'com.github.tronprotocol:chainbase:${version}'
}
```
### MAVEN
Step 1. Add the JitPack repository to your build file.
```
jitpack.io
https://jitpack.io
```
Step 2. Add the dependency.
```
com.github.tronprotocol
chainbase
${version}
```