Skip to content

Spree Extension Enabling Coinbase as payment method. Goal of being the spree_gateway of Bitcoin.

License

Notifications You must be signed in to change notification settings

JDutil/spree_bitcoin

Repository files navigation

SpreeBitcoin

Spree Extension enabling Coinbase as a payment method. Goal is to make this the spree_gateway of Bitcoin payments.

For a more tested and supported solution, see the official Spree Coinbase Plugin. I would like to delegate to their extension now that they have an official release instead.

WARNING: This is still a work in progress & should be tested before Production use.

Installation

Add spree_bitcoin to your Gemfile:

gem 'spree_bitcoin', github: 'jdutil/spree_bitcoin'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_bitcoin:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_bitcoin/factories'

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by translating to a new language
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by resolving issues
  • by reviewing patches

Donating

Bitcoin donations may be sent to: 1NEjbUJxad2eMcStJCBSuLkrkTSkC4Q5PP

Copyright (c) 2013 Jeff Dutil, released under the New BSD License.

About

Spree Extension Enabling Coinbase as payment method. Goal of being the spree_gateway of Bitcoin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published