se3000 / ruby-eth

Gem for creating and signing Ethereum transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

two different gem names ? its gem 'eth' in readme.md and gem 'ethereum-tx' in rubygems is pointing to this repo.

5hanth opened this issue · comments

This gem was formerly called ethereum-tx and it followed the ruby naming convention of gem names to classes, making the actual class Ethereum::Tx. This ran into some namespace collisions around Ethereum with the already existing ruby full node implementation. I renamed the gem because it wasn't worth it to try to coordinate.