se3000 / ruby-eth

Gem for creating and signing Ethereum transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require "eth" aborts irb / rails server on 2.7.2p137

5hanth opened this issue · comments

✗ irb
2.7.2 :001 > require "eth"
[1]    91953 abort      irb
➜  app git:(main) ✗ ruby -v
ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin19]

apparently, I was never able to use ruby-eth and wrote a coin manager (node.js) that runs independently with private keys of hot wallet that solely takes requests from the app server in a VPC.

commented

duplicate of #47