brighton36 / CoinPost

A Ruby-On-Rails-based Bitcoin Item listing and marketplace system
50 stars 28 forks source link

CoinPost - Start Your own Bitcoin Marketplace

Coinpost is a complete ready-to-deploy framework for bitcoin-based item listings. Coinpost is well-tested application written in Ruby on Rails, with an encompassing featureset.

ScreenShot

To see an easy example of what this software is about - take a look at www.coinpost.com. Please note this site is a live and functioning marketplace, so don't post any items or buy any items unless you intend to commit to your activity.

Features

Requirements

Getting Started

  1. Once you've checked out the repo, in your rails project directory, create a database: rake db:migrate

  2. And to seed a sample site to work with on your machine, run: rake db:seed

  3. Once this is complete, go to http://localhost:3000/ and you'll see your marketplace.

  4. That's it! Feel free to customize the site templates to match your branding, and to publish the site onto a production server

A Note on Security