0.2.11 • Published 9 years ago

bitflow v0.2.11

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
9 years ago

Bitflow

Screenshot

#Getting Started

Bitflow runs on Bitcore and Node.js, and can be installed via npm:

npm install bitflow

Here is an example.js file that will start the Bitflow server and will be accessible from a web browser at http://127.0.0.1:8080/ on a local machine:

var bitflow = require('bitflow');

var config = {
    host : 'http://127.0.0.1', // host for the web server
    port : '8080', // port for the web server
    debug : false, // true or false
    network : 'livenet', // livenet or testnet
    max_peers : 6
}

var server = new bitflow.BitflowServer(config);

And run example.js using node:

$ node example.js

Another means is to use the start script bitflow.js that is included in the module and to set environment variables:

$ export BITFLOW_HOST='http://example.com'
$ export BITFLOW_PORT='80'
$ node /path/to/module/bitflow.js
0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago