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.
Asked
Active
Viewed 104 times
2
user938363
- 669
- 1
- 6
- 23
-
Do the links from this answer work for you https://ethereum.stackexchange.com/a/2813/? – Ismael Aug 29 '18 at 19:16
1 Answers
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