Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

Bitcoin Payable Demo for Rails 5.1

A demo for accepting donations using bitcoin_payable

Setup

  • bundle install
  • populate config/initializers/bitcoin_payable.rb
  • rails g bitcoin_payable:install
  • bundle exec rake db:migrate
  • bundle exec rake bitcoin_payable:process_prices
  • rails s