README.md updated

This commit is contained in:
Mario Colque 2014-02-25 09:56:39 -03:00
parent c076bf4d84
commit 8ea4251d7e
1 changed files with 13 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# *insight* # *insight API*
*insight* is an open-source bitcoin blockchain explorer with complete REST *insight* is an open-source bitcoin blockchain explorer with complete REST
and websocket APIs. Insight runs in NodeJS, uses AngularJS for the and websocket APIs. Insight runs in NodeJS and use LevelDB for storage.
front-end and LevelDB for storage.
Check some screenshots and more details at [insight's project homepage](http://insight.bitcore.io). Check some screenshots and more details at [insight's project homepage](http://insight.bitcore.io).
@ -106,10 +105,6 @@ To run insight locally for development with grunt:
```$ NODE_ENV=development grunt``` ```$ NODE_ENV=development grunt```
To compile and minify the web application's assets:
```$ grunt compile```
To run the tests To run the tests
```$ grunt test``` ```$ grunt test```
@ -120,7 +115,9 @@ Contributions and suggestions are welcomed at [insight github repository](https:
## API ## API
A REST API is provided at /api. The entry points are: By default, insight provides a REST API at /api. But it is configurable with the var `apiPrefix`.
The end-points are:
### Block ### Block