Overview
This guide provides instructions on how to connect to specifc wallet when using cleos
. Cleos
can connect to a specific wallet 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 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 an EOSIO blockchain and the http address and port number of a
nodeos
instance.
Reference
See the following reference guides for command line usage and related options:
- cleos command
Example
- Add the
--wallet-url
option to specify thekeosd
instance
cleos --wallet-url http://keosd-host:8900 COMMAND
where
--wallet-url http://keosd-host:8900
= The http address and port number of thekeosd
instance to connect to- COMMAND = The
cleos
command.
Summary
In conclusion, by following these instructions you are able to connect to a specified keosd
instance.