Learn R Programming

ether (version 0.1.6)

set_rpc_address: Set address used for RPC.

Description

Set address used for RPC.

Usage

set_rpc_address(url, port = NULL, key = NULL)

Arguments

url

URL for RPC endpoint.

port

Port number for RPC connection.

key

Connection key.

Examples

Run this code
# NOT RUN {
set_rpc_address("http://localhost:8545")
# }

Run the code above in your browser using DataLab