Learn R Programming

gethr (version 0.1.0)

admin_setSolc: Solidity compiler path

Description

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

Usage

admin_setSolc(path)

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

Run this code
# NOT RUN {
admin_setSolc('/usr/bin/solidityc')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab