admin_setSolc: Solidity compiler path

Description Usage Arguments See Also Examples

View source: R/admin.R

Description

admin_setSolc sets the Solidity compiler path to be used by the node when invoking the eth_compileSolidity RPC method.

Usage

1

Arguments

path

String - Solidity compiler path defaults to /usr/bin/solc if not set, so you only need to change it for using a non-standard compiler location.

See Also

Other admin functions: admin_addPeer, admin_datadir, admin_nodeInfo, admin_peers, admin_startRPC, admin_startWS, admin_stopRPC, admin_stopWS, gethr

Examples

1
admin_setSolc('/usr/bin/solidityc')

gethr documentation built on May 2, 2019, 7:03 a.m.