insight-ui-zcash/README.md

226 lines
6.7 KiB
Markdown
Raw Normal View History

2014-01-07 04:43:04 -08:00
# Mystery
2014-01-06 10:55:45 -08:00
2014-01-07 04:43:04 -08:00
Project description.
2014-01-06 10:55:45 -08:00
2014-01-07 04:43:04 -08:00
## Prerequisites
* Node.js - Download and Install [Node.js](http://www.nodejs.org/download/). You can also follow [this gist](https://gist.github.com/isaacs/579814) for a quick and easy way to install Node.js and npm
* MongoDB - Download and Install [MongoDB](http://www.mongodb.org/downloads) - Make sure it's running on the default port (27017).
2014-01-06 13:16:28 -08:00
2014-01-07 04:43:04 -08:00
### Tools Prerequisites
* NPM - Node.js package manager, should be installed when you install node.js.
* Grunt - Download and Install [Grunt](http://gruntjs.com).
* Bower - Web package manager, installing [Bower](http://bower.io/) is simple when you have npm:
2014-01-06 13:16:28 -08:00
2014-01-07 04:43:04 -08:00
```
$ npm install -g bower
```
## Additional Packages
* Express - Defined as npm module in the [package.json](package.json) file.
* Mongoose - Defined as npm module in the [package.json](package.json) file.
* AngularJS - Defined as bower module in the [bower.json](bower.json) file.
* Twitter Bootstrap - Defined as bower module in the [bower.json](bower.json) file.
* UI Bootstrap - Defined as bower module in the [bower.json](bower.json) file.
## Quick Install
2014-01-13 14:44:44 -08:00
To install Mystery on local, you have to fork the main repository to your
computer:
https://github.com/bitpay/mystery
Then clone it wherever you want:
$ git clone git@github.com:<your_username>/mystery.git
$ cd myster
Install Grunt Command Line Interface:
2014-01-07 04:43:04 -08:00
$ sudo npm -g install grunt-cli
Install dependencies:
$ npm install
We use [Grunt](https://github.com/gruntjs/grunt-cli) to start the server:
$ grunt
2014-01-13 14:44:44 -08:00
When not using grunt you can use (for example in production or test
environment):
2014-01-07 04:43:04 -08:00
$ node server
2014-01-13 14:44:44 -08:00
Then open a browser and go to (with default port):
2014-01-07 04:43:04 -08:00
http://localhost:3000
2014-01-13 14:44:44 -08:00
If you get an error, please check the next section "Post-install"
### Post-install (post-dependecies)
2014-01-07 04:43:04 -08:00
2014-01-13 14:44:44 -08:00
Get bufferput package from Github repository:
2014-01-07 04:50:56 -08:00
2014-01-13 14:44:44 -08:00
$ git clone git@github.com:gasteve/node-bufferput.git
Create symbolic link of node-bufferput in your mystery folder:
$ cd <your_path_to>/mystery/node_modules
$ ln -s <path_to>/node-bufferput bufferput
Get bitcore from github repository:
Get bitcore from github repository:
$ git clone https://github.com/bitpay/bitcore.git
$ cd bitcore
$ npm install
2014-01-07 21:00:37 -08:00
Then create a symbolic link from this to your mystery repository. We need to
use bitcore from github, not with npm for now:
2014-01-07 21:00:37 -08:00
$ cd mystery/node_modules
2014-01-08 08:29:54 -08:00
$ rm -R bitcore
$ ln -s <path-to-your-clone-repositoy>/bitcore
2014-01-13 14:44:44 -08:00
2014-01-15 04:38:27 -08:00
## Syncing old blockchain data
2014-01-13 14:44:44 -08:00
2014-01-15 04:38:27 -08:00
Run sync from mystery repository (to save old blocks and transactions in MongoDB):
$ utils/sync.js
Check utils/sync.js --help for options.
2014-01-08 08:29:54 -08:00
2014-01-15 04:38:27 -08:00
New blockchain data will be synced while the webserver (server.js) is up, through the p2p module.
2014-01-10 14:55:16 -08:00
## API
A REST API is provided at /api. The entry points are:
2014-01-15 05:38:00 -08:00
### Block
2014-01-07 04:50:56 -08:00
```
2014-01-08 08:29:54 -08:00
/api/block/[:hash]
/api/block/00000000a967199a2fad0877433c93df785a8d8ce062e5f9b451cd1397bdbf62
2014-01-07 04:50:56 -08:00
```
2014-01-15 05:38:00 -08:00
### Transaction
2014-01-07 21:00:37 -08:00
```
2014-01-08 08:29:54 -08:00
/api/tx/[:txid]
/api/tx/525de308971eabd941b139f46c7198b5af9479325c2395db7f2fb5ae8562556c
2014-01-07 21:00:37 -08:00
```
2014-01-15 05:38:00 -08:00
### Addresse
2014-01-14 04:26:00 -08:00
```
/api/addr/[:addr]
/api/addr/mmvP3mTe53qxHdPqXEvdu8WdC7GfQ2vmx5
```
2014-01-15 05:38:00 -08:00
### Transactions by Block
```
/api/txs/?block=HASH
/api/txs/?block=00000000fa6cf7367e50ad14eb0ca4737131f256fc4c5841fd3c3f140140e6b6
```
### Transactions by Address
```
/api/txs/?address=ADDR
/api/txs/?address=mmhmMNfBiZZ37g1tgg2t8DDbNoEdqKVxAL
2014-01-07 21:00:37 -08:00
2014-01-15 04:38:27 -08:00
## Web Socket API
The web socket API is served using [socket.io](http://socket.io) at:
```
/socket.io/1/
2014-01-15 05:38:00 -08:00
```
2014-01-07 04:50:56 -08:00
2014-01-15 04:38:27 -08:00
Bitcoin network events published are:
'tx': new transaction received from network. Data will be a app/models/Transaction object.
Sample output:
```
{
"__v":0,
"txid":"00c1b1acb310b87085c7deaaeba478cef5dc9519fab87a4d943ecbb39bd5b053",
"_id":"52d68099c3fb4c240d000088",
"orphaned":false,
"processed":false
}
```
'block': new block received from network. Data will be a app/models/Block object.
Sample output:
```
{
"__v":0,
"hash":"000000004a3d187c430cd6a5e988aca3b19e1f1d1727a50dead6c8ac26899b96",
"time":1389789343,
"fromP2P":true,
"_id":"52d6809ec3fb4c240d00008c"
}
```
2014-01-07 04:50:56 -08:00
2014-01-07 04:43:04 -08:00
## Troubleshooting
If you did not get all library during grunt command, please use the follow command:
$ bower install
2014-01-06 13:16:28 -08:00
2014-01-07 04:43:04 -08:00
## Configuration
All configuration is specified in the [config](config/) folder, particularly the [config.js](config/config.js) file and the [env](config/env/) files. Here you will need to specify your application name and database name.
### bitcoind
2014-01-06 10:55:45 -08:00
There is a bitcoind configuration sample at:
2014-01-06 10:55:45 -08:00
```
2014-01-13 10:09:26 -08:00
etc/bitcoind/bitcoin.conf
```
2014-01-07 04:43:04 -08:00
If you want to use a external bitcoind server set BITCOIND_HOST / BITCOIND_PORT enviroment variables. Make sure that bitcoind is configured to accept incomming connections using 'rpcallowip' decribed in https://en.bitcoin.it/wiki/Running_Bitcoin.
2014-01-10 14:58:12 -08:00
### Environment Variables Settings
2014-01-07 04:43:04 -08:00
There are three environments provided by default, __development__, __test__, and __production__. Each of these environments has the following configuration options:
* __db__ - This is the name of the MongoDB database to use, and is set by default to __mystery-dev__ for the development environment.
* __app.name__ - This is the name of your app or website, and can be different for each environment. You can tell which environment you are running by looking at the TITLE attribute that your app generates.
To run with a different environment, just specify NODE_ENV as you call grunt:
$ NODE_ENV=test grunt
If you are using node instead of grunt, it is very similar:
$ NODE_ENV=test node server
2014-01-13 10:09:26 -08:00
### Development enviroment
To run mystery locally for development:
$ NODE_ENV=development grunt
2014-01-07 04:43:04 -08:00
## Github
[Mystery](https://github.com/bitpay/mystery)
## License
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.