You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for signed transactions with ruby_eth gem. Use contract.k…
…ey = Eth::Key.new(...) to prepare contract to use custom key. Then just use contract.deploy(...) or contract.transact(...), etc. Also 3 helper methods in client get_balance, get_nonce, get_nonce