ruby-ethereum icon indicating copy to clipboard operation
ruby-ethereum copied to clipboard

A Ruby implementation of Ethereum.

Results 4 ruby-ethereum issues
Sort by recently updated
recently updated
newest added
trafficstars

``` Installing serpent 0.3.0 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/leeazzarello/.gem/ruby/2.5.1/gems/serpent-0.3.0/ext/serpent /Users/leeazzarello/.rubies/ruby-2.5.1/bin/ruby -r ./siteconf20180418-78765-1rx97ar.rb extconf.rb /Users/leeazzarello/.rubies/ruby-2.5.1/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- mkmf-rice...

I could help getting this piece documented if you could guide me the following things: - required dependencies - installation (rake?) - basic usage (any hint will do)

NOTE TO ALL DEVS You will need to install the secp256k1 library on your machine (this is a C package) in order to run a lot of these functions in...