Skip to content

Commit cae61d8

Browse files
authored
Merge pull request #22 from bigchaindb/include-gist-url
Fix #19 - added link to gist for CREATE and TRANSFER tx
2 parents ca58e9b + 54feea2 commit cae61d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Code is Apache-2.0 and docs are CC-BY-4.0
88
[![Gitter](http://badges.gitter.im/bigchaindb/bigchaindb.svg)](https://gitter.im/bigchaindb/bigchaindb)
99
[![java-bigchaindb-driver](media/[email protected])](https://www.bigchaindb.com)
1010

11-
> Official Java driver for [BigchainDB](https://github.com/bigchaindb/bigchaindb) created by [bigchaindb](https://bigchaindb.com).
11+
> Official Java and Android driver for [BigchainDB](https://github.com/bigchaindb/bigchaindb) created by [bigchaindb](https://bigchaindb.com).
1212
1313
**Please note**: This driver is compatible with android API 23 and later well.
1414
## Compatibility
@@ -60,6 +60,9 @@ then
6060
./gradlew install
6161
```
6262
## Usage
63+
64+
> Sample for end-to-end CREATE and TRANSFER operation is available in this [gist](https://gist.github.com/innoprenuer/d4c6798fe5c0581c05a7e676e175e515)
65+
6366
### Set up your configuration
6467
- If you don't have app-id and app-key, you can register one at [https://testnet.bigchaindb.com/](https://testnet.bigchaindb.com/)
6568

0 commit comments

Comments
 (0)