Update 'README.md'
This commit is contained in:
parent
1129a92aa3
commit
4631ec94a9
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
In yout app module, add the following dependency:
|
In your app module, add the following dependency:
|
||||||
|
|
||||||
```Groovy
|
```Groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -43,7 +43,7 @@ operationList.add(transferOperation);
|
||||||
Transaction transaction = new Transaction(sourcePrivateKey, null, operationList);
|
Transaction transaction = new Transaction(sourcePrivateKey, null, operationList);
|
||||||
```
|
```
|
||||||
|
|
||||||
From here on, it is just a matter of creating a websocket connection and using a custom handler called
|
From here on out, it is just a matter of creating a websocket connection and using a custom handler called
|
||||||
```TransactionBroadcastSequence``` in order to broadcast it to the witness node.
|
```TransactionBroadcastSequence``` in order to broadcast it to the witness node.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
|
|
Loading…
Reference in a new issue