An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/tronprotocol/chainbase.svg)](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}


```