Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ChainKeeper is a web application to explore and analyze block-chain data for use
### Installation

```sh
$ cd ChainKeeper
$ npm install
$ cd ChainKeeper/chainkeeper_app
$ npm install
$ npm start
```

Expand Down
4 changes: 4 additions & 0 deletions chainkeeper_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

API calls are available with CORS headers. More APIs will be added in soon.

##### Install Requirements

- pip install -r requirements.txt

##### Single Block Data

- End Point - <b>http://domain.com/blocksci/api/v5/block/$block_height</b>
Expand Down
2 changes: 2 additions & 0 deletions chainkeeper_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Flask==1.1.1
flask_cors==3.0.8
3 changes: 3 additions & 0 deletions chainkeeper_app/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
}
}