2

What is the well accepted and active Ruby library for Ethereum? This article lists quite a few libraries but none of them seems to be actively maintained. I am looking for an Ruby library for my Ethereum Dapp with Ruby on Rails as web framework and MetaMaks as browser extension.

user938363
  • 669
  • 1
  • 6
  • 23

1 Answers1

0

Disclosure: I'm the maintainer of the following libraries.

  • Ethereum on Rails: Connect your Rails 7.0 application to Metamask.
  • q9f/eth.rb: A rewrite and merge of all previously existing Ruby gems.

As of February 2022 - I hope this is helpful for users looking for that answer too.

q9f
  • 32,913
  • 47
  • 156
  • 395
  • Just to add, an eth.rb tutorial that might be useful https://chainstack.com/deploying-an-ethereum-smart-contract-with-eth-ruby-gem/ – Ake Dec 28 '23 at 02:51