bitcoinwarrior1 / BitcoinProjects.net

The directory for Bitcoin based projects.

Home Page:http://www.bitcoinprojects.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is a originally forked from State of the Dapps but has been altered for Bitcoin Projects and is an independant repo, project and website.

Visit bitcoinprojects.net for instructions on adding your project. This project is referenced on the bitcoin.org website.

Development

Meteor Web Application

Ensure you have Meteor installed.

To run the app:

$ meteor

Open your web browser and go to http://localhost:3000 to see the app running.

Sync tool

Go the the tool directory:

$ cd private/sync

Install the Python requirements:

$ pip install -r requirements.txt

Setup an OAuth2 key for the Google Sheets synchroniztion:

https://gspread.readthedocs.org/en/latest/oauth2.html

Sync:

$ GOOGLE_APPLICATION_CREDENTIALS=/path/to/google-client-id.json MONGODB_URL=mongodb://127.0.0.1:3001/meteor ./sync.py

License

Released under the MIT License

About

The directory for Bitcoin based projects.

http://www.bitcoinprojects.net/

License:MIT License


Languages

Language:JavaScript 65.8%Language:SCSS 20.7%Language:Python 10.7%Language:HTML 2.6%Language:Shell 0.3%