coingate / rails-shop-example

CoinGate payment integration to Ruby on Rails example

Home Page:http://example.coingate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Clone this repo git clone git@github.com:coingate/rails-shop-example.git
  2. Run bundle install
  3. Create rails_shop_example_development database and check database config file
  4. Run rake db:seed
  5. Create Sandbox Account. https://sandbox.coingate.com/sign_up
  6. Create Api Access Key. https://sandbox.coingate.com/account/apps
  7. Create .env file and add API credentials, see config/settings/application.rb
  8. Run rails server

Important links

About

CoinGate payment integration to Ruby on Rails example

http://example.coingate.com/

License:MIT License


Languages

Language:Ruby 66.0%Language:HTML 27.5%Language:CoffeeScript 3.3%Language:CSS 3.2%