Sailias / cryptocoin_payable

Ruby Crypto Coin payment processing gem
MIT License
37 stars 16 forks source link

NameError: uninitialized constant Net::HTTP #25

Open optimum-dulopin opened 5 years ago

optimum-dulopin commented 5 years ago

hi thanks for this gem.

I have an issue when I run

`rake cryptocoin_payable:process_prices

i get

rake aborted! NameError: uninitialized constant Net::HTTP gems/cryptocoin_payable-1.4.5/lib/cryptocoin_payable/adapters/base.rb:92:in `get_request'

ruby 2.5.3 rails 5.2.2

also I don't understand how to generate the Master Public Key. Maybe you have a bit more documentation ?

thanks