Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
/ bity.js Public archive

node.js based server and web interface for Objectivity/DB bitcoin data

Notifications You must be signed in to change notification settings

isallam/bity.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bity.js

Pre-req

This configuration use nodejs and npm, so make sure have have them installed.

# on Ubuntu...
$ sudo apt install nodejs
$ sudo apt install npm
$ sudo npm install -g node-gyp

To Build:

install 'nan' and 'bindings'

$ npm install --save nan
$ npm install --save bindings

we'll also need to install 'ws' and 'express' to run the server

$ npm install --save ws
$ npm install --save express

make sure the correction path and version number of Objectivity is definined in binding.gyp build the objyaccess nodejs project

$ node-gyp rebuild

To run the server

make sure to soruce the objy installation setup.sh for the library path availability

$ nodejs server

About

node.js based server and web interface for Objectivity/DB bitcoin data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages