mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
readme updated
This commit is contained in:
parent
d9805386d6
commit
ea3b4479e4
1 changed files with 5 additions and 0 deletions
|
@ -304,6 +304,11 @@ for any practical use need to have properly issued ssl certificates.
|
|||
## JSON API
|
||||
|
||||
The explorer has JSON api. For the API, it uses conventions defined by [JSend](https://labs.omniti.com/labs/jsend).
|
||||
By default the api is disabled. To enable it, use `--enable-json-api` flag, e.g.,
|
||||
|
||||
```
|
||||
./xmrblocks --enable-json-api
|
||||
```
|
||||
|
||||
#### api/transaction/<tx_hash>
|
||||
|
||||
|
|
Loading…
Reference in a new issue