mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Provide link to basic auth wiki
This commit is contained in:
parent
16878dc6a2
commit
3af020f199
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ This document contains the documentation for the 3 Grin REST APIs. These endpoin
|
||||||
## Node API
|
## Node API
|
||||||
|
|
||||||
This endpoint is used to query a node about various information on the blockchain, networks and peers. By default, this REST API will listen on `localhost:13413`. This API is started as the same time as the Grin node.
|
This endpoint is used to query a node about various information on the blockchain, networks and peers. By default, this REST API will listen on `localhost:13413`. This API is started as the same time as the Grin node.
|
||||||
This endpoint requires, by default, Basic Authentication. The username is `grin` and the password can be found in the `.api_secret` file.
|
This endpoint requires, by default, [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). The username is `grin` and the password can be found in the `.api_secret` file.
|
||||||
To learn about what specific calls can be made read the [node API doc](node_api.md).`
|
To learn about what specific calls can be made read the [node API doc](node_api.md).
|
||||||
|
|
||||||
## Wallet APIs
|
## Wallet APIs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue