cryptocoin_payable
cryptocoin_payable copied to clipboard
Ruby Crypto Coin payment processing gem
I rewrote the eth gem. Let me know if you have any questions. * https://github.com/q9f/eth.rb/releases
Is this a good gem to use if I want to provide all my users with a simple crypto wallet? Just receiving and sending of one currency.
I'm considering adding support for DOGE in this library. Would someone be able to give me some pointers?
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...
i try the command: rake cryptocoin_payable:process_payments and return > PaymentProcessor: Unknown error encountered, skipping transaction CryptocoinPayable::NetworkNotSupported i see the code on > lib/cryptocoin_payable/adapters/bitcoin_cash.rb at line: https://github.com/Sailias/cryptocoin_payable/blob/e5bf9997a9c1872d292cedd5733b8020f696b01a/lib/cryptocoin_payable/adapters/bitcoin_cash.rb#L13 the prefix bchtest. not...
- [x] Bump dependencies including eth 0.5X - [x] Dockerized app - [x] Fix specs - [x] Replace [Blockexplorer](https://www.blockexplorer.com/l/en-US/) (API no working anymore) by [blockstream](https://bitcoinexplorer.org/) ? - [x] Fix cucumber