Elld
comes with a Javascript environment designed to allow users interact with the client, blockchain state and the network. With the console, you will be able to write and execute complex scripts in Javascript. Elld
in console mode is simple. You only need to use the console
command instead of the start
command.Elld
provides the ability to start a console that attaches to a remote node. Using attach
command instead of console
starts the console in attach mode. Elld
instance running on the default RPC address 127.0.0.1:8999
. Use --rpcaddress
to specify a different address. rpc.start
method: