Questions tagged [ruby]

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language.

Ruby was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan.

According to its creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

19 questions
2
votes
1 answer

Ruby library for Ethereum

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…
user938363
  • 669
  • 1
  • 6
  • 23
1
vote
1 answer

How to execute smart-contract functions on Ruby?

Is it possible to execute smart-contract functions using Ruby? For example executing function mint on behalf of the smart-contract's owner?
Valera
  • 111
  • 2