Library inclusion instructions
This commit is contained in:
parent
8a3572e882
commit
e4c30e52da
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,7 +1,27 @@
|
|||
# graphenej
|
||||
A Java library for mobile app Developers; Graphene/Bitshares blockchain.
|
||||
|
||||
## Sample use
|
||||
## Usage
|
||||
|
||||
In your root build.gradle, add this if you don't already have it.
|
||||
|
||||
```Groovy
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
In yout app module, add the following dependency:
|
||||
|
||||
```Groovy
|
||||
dependencies {
|
||||
compile 'com.github.kenCode-de:graphenej:0.4.1'
|
||||
}
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
### Very simple funds transfer
|
||||
|
||||
|
|
Loading…
Reference in a new issue