Wallet Plugin

Description

The wallet_plugin adds access to wallet functionality from a node.

Caution

This plugin is not designed to be loaded as a plugin on a publicly accessible node without further security measures. This is particularly true when loading the wallet_api_plugin, which should not be loaded on a publicly accessible node under any circumstances.

Usage

# config.ini
plugin = eosio::wallet_plugin

# command-line
nodeos ... --plugin eosio::wallet_plugin

Options

None

Dependencies

Load Dependency Examples

# config.ini
plugin = eosio::wallet_plugin
[options]
plugin = eosio::http_plugin
[options]

# command-line
nodeos ... --plugin eosio::wallet_plugin [options]  \
           --plugin eosio::http_plugin [options]