web3eth
web3eth copied to clipboard
Connect with a local or remote node to interact with the Ethereum network and call RPC methods in your Ruby or Rails apps.
Results
1
web3eth issues
Sort by
recently updated
recently updated
newest added
## What I do Calling a simple "name" function on my smartcontract, which is a **pure** function that returns a string. The abi of this function: ```yml # config/web3.yml contract_abi...