Code Monkey home page Code Monkey logo

Blinktrade Bitcoin Exchange

Technologies we are using

Install the pre-requesites

1 - Install Git, Ruby anda Java, in case you don't have them yet.

2 - Once installed these dependecies, open up the terminal and install Jekyll with the following commands.

$ gem install jekyll

2 - Install jekyll multiple languages plugin

$ gem install jekyll-multiple-languages-plugin

How to run the exchange on github pages

1 - Fork the repo

2 - Rename it to exchange or any name you wish. Let's use exchange for this example

3 - clone your new repo

$ git clone https://github.com/yourgithubusername/exchange
$ cd exchange

4 - Create a github page for your repo $ git checkout --orphan gh-pages

5 - Setup your gh-pages repo

$ git rm -rf .
$ touch .nojekyll
$ git add .nojekyll 
$ git commit -am "created gh-pages build" 
$ git push origin gh-pages
# After the first push, it can take up to 15 minutes before your GitHub Pages site is available. 
# You'll receive an email if your build is unsuccessful.

6 - Build the exchange.

$ git checkout master 
$ ln -s _config.demo.yml  _config.yml
$ ./build_javascript.sh # Only needed in case you changed the ./jsdev application
$ ./deploy.sh gh-pages ""
$ git push

8 - Open your browser and point it to http://yourgithubusername.github.io/exchange/

How to run the exchange locally

1 - Fork the repo

2 - Rename it to exchange or any name you wish. Let's use exchange for this example

3 - clone your new repo

$ git clone https://github.com/yourgithubusername/exchange
$ cd exchange

4 - And finally run:

$ jekyll server --watch

You'll have access to the website at localhost:4000 :D

Browser Support

IE Chrome Firefox Opera Safari
IE 11+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

How build the javascript application

The defaults are US english (en_US) and the default theme ('default'), but can be overriden. To build the british english version with a custom theme:

$ cd ./jsdev 
$ LANG=en_GB THEME=custom sh build_release.sh

File Structure

The file structure for the project is organized in the following way:

.
|-- _includes
|-- _layouts
|-- _posts
|-- _config.yml
|-- jsdev
  |-- bitex
  |-- closure-bootstrap
  |-- closure-library
  |-- externs
  |-- scottlogic/chart
  |-- tools
  |-- translations
  |-- uniform
  |-- build_release.sh
|-- themes
  |-- default
  |-- ander
|-- assets
|-- index.html

They're blocks of code used to generate the main page of the site (index.html).

Here you'll find the default template of the application.

Here you'll find a list of files for each post.

It stores most of the settings of the application.

The static html page

The google closure javascript application

Images, CSS, Compiled Javascripts, Fonts and all static content.

License

GNU GENERAL PUBLIC LICENSE © Blinktrade, Inc.

MasterX's Projects

ares icon ares

Python botnet and backdoor

becoin icon becoin

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h

bidding icon bidding

A bidding application where users can bid for products in real time

bitcannon icon bitcannon

A torrent index archiving, browsing, and backup tool

bitcoin-payments-for-woocommerce icon bitcoin-payments-for-woocommerce

Bitcoin Payments for WooCommerce is a Wordpress plugin that allows you to accept payments in bitcoins for physical and digital products at your WooCommerce-powered online store.

bitcoin-pos icon bitcoin-pos

Point-of-sale system for bitcoin. The program works with adafruit thermal printer and a raspberry pi.

bitcoin-ticker icon bitcoin-ticker

Wordpress plugin that fetches, caches, and displays current Bitcoin prices from various exchanges using the Bitcoincharts API.

bitwasp icon bitwasp

Open Source Bitcoin Marketplace Software

btce-bot icon btce-bot

Library to support building trading bots for the BTC-e cryptocurrency exchange.

cgminer-binaries icon cgminer-binaries

cgminer binary downloads for Fedora 18 x86_64, RPi ARM_32, Xubuntu 11.04 x86_64

cryptoswitcher icon cryptoswitcher

A script to switch between mining Bitcoin and any of the other cryptocoins as profitability dictates.

cryptrade icon cryptrade

Node.js Bitcoin bot for MtGox/Bitstamp/BTC-E/CEX.IO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.