mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Update ports for mainnet in API doc (#2406)
This commit is contained in:
parent
320fc78673
commit
bb933dcd69
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ To learn about what specific calls can be made read the [node API doc](node_api.
|
||||||
|
|
||||||
### Foreign Wallet API
|
### Foreign Wallet API
|
||||||
|
|
||||||
The foreign API is an endpoint mainly designed to receiving grins through a network. This REST API can be started with the `grin wallet listen` command and by default will listen on `localhost:13415`.
|
The foreign API is an endpoint mainly designed to receiving grins through a network. This REST API can be started with the `grin wallet listen` command and by default will listen on `localhost:3415`.
|
||||||
To learn about what specific calls can be made read the [wallet foreign API doc](wallet_foreign_api.md).
|
To learn about what specific calls can be made read the [wallet foreign API doc](wallet_foreign_api.md).
|
||||||
|
|
||||||
### Wallet Owner API
|
### Wallet Owner API
|
||||||
|
|
||||||
The wallet owner API is an endpoint to manage the user wallet: broadcast transaction, sign transaction, see the current balance... This REST API can be started with the `grin wallet owner_api` command and will listen on `localhost:13420`. This endpoint must **never** be exposed to the outside world.
|
The wallet owner API is an endpoint to manage the user wallet: broadcast transaction, sign transaction, see the current balance... This REST API can be started with the `grin wallet owner_api` command and will listen on `localhost:3420`. This endpoint must **never** be exposed to the outside world.
|
||||||
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. 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 [wallet owner API doc](wallet_owner_api.md).
|
To learn about what specific calls can be made read the [wallet owner API doc](wallet_owner_api.md).
|
||||||
|
|
Loading…
Reference in a new issue