Skip to content

Commit

Permalink
Merge pull request #400 from bloxbean/fabianbormann-update-docs
Browse files Browse the repository at this point in the history
chore: update Koios backend example in README.md
  • Loading branch information
fabianbormann authored Jun 21, 2024
2 parents 7a2be09 + a04ab13 commit b4c3917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend-modules/koios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ BackendService backendService = new KoiosBackendService(<Koios Instance Url>);

**Example:**

BackendService using Global Testnet Koios endpoint.
BackendService using the Koios public preprod endpoint.

```
BackendService backendService = new KoiosBackendService(Constant.KOIOS_TESTNET_URL);
BackendService backendService = new KoiosBackendService(Constants.KOIOS_PREPROD_URL);
```

**Note:** You can get other services from BackendService instance. For detailed api usage, check [cardano-client-lib](https://github.com/bloxbean/cardano-client-lib) project
Expand All @@ -53,4 +53,4 @@ $> ./gradlew -p ./backend-modules/koios/ clean build
**Limitations**

* Block Object Received By BlockService::getLatestBlock Endpoint will have null fields for Output Sum, Fees, and Num of Confirmations.
* Ordering is not supported for Account Addresses and Account Assets Endpoint.
* Ordering is not supported for Account Addresses and Account Assets Endpoint.

0 comments on commit b4c3917

Please sign in to comment.