q9f / eth.rb

a straightforward library to build, sign, and broadcast ethereum transactions anywhere you can run ruby.
https://q9f.github.io/eth.rb
Apache License 2.0
200 stars 86 forks source link

Ability for call contract methods with specific transaction value was added #168

Closed d4mk0 closed 1 year ago

d4mk0 commented 1 year ago

Sometimes we should have ability for send some non-zero value when we transact some action. This PR give ability to make it.

close #137