Overview
This guide provides instructions on how to connect to specifc keosd
instance when using cleos
. Cleos
can connect to a specific keosd
instance by using the --wallet-url
optional argument, followed by the http address and port number.
The example uses the wallet-url
optional arguments to request data from the specified keosd
instance.
Before you Begin
Make sure you meet the following requirements:
-
Install the currently supported version of
cleos
andkeosd
. - You have access to a a local
keosd
instance and the http address and port number of the localkeosd
instance.
Reference
See the following reference guides for command line usage and related options:
- cleos command
Example
- Add the
--wallet-url
option to a command
cleos --wallet-url http://keosd-host:8900 COMMAND
Where
--wallet-url http://keosd-host:8900
= The http address and port number of thekeosd
instance.- COMMAND = The
cleos
command to run.
Summary
In conclusion, by following these instructions you are able to connect to a specified keosd
instance.