/node-bitcoin-reddit

A Node.js/Express reddit-like forum that uses Bitcoin instead of karma.

Primary LanguageJavaScript

node-bitcoin-reddit

A Node.js/Express reddit-like forum that uses Bitcoin instead of karma.

Join the chat at https://gitter.im/rolandnsharp/node-bitcoin-reddit

To create the db do the follownig:

  1. download & install postgresql
  2. form the cli: createdb BitcoinReddit
  3. log into postgresql: psql
  4. \connect BitcoinReddit
  5. \i db-schema.sql

Good luck