Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to README.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

![](https://cdn-images-1.medium.com/max/1400/1*ci0YcdpKa5AoefHyFpae2w.jpeg)

ChainKeeper is a web application to explore and analyze block-chain data for users. It is a web-based application for blockchain developers who are looking to interact with BlockSci to analyse the blockchain data in blockchains. And also ChainKeeper contains separate REST API for getting blockchain data easily.
ChainKeeper is a web application to explore and analyze block-chain data for users. It is a web-based application for blockchain developers who are looking to interact with [BlockSci](https://citp.github.io/BlockSci/readme.html#documentation) to analyse the blockchain data in blockchains. And also ChainKeeper contains separate REST API for getting blockchain data easily.

[![N|Solid](https://cdn-images-1.medium.com/max/1500/1*ytMIcp6uu6UIZpApG1LFYg.png)]()

### Implementation Details

- Front-End is developed using ReactJs
- Back-end is handled by NodeJS and Python
- Firebase is used for user authentication
- Front-End is developed using [ReactJs](https://reactjs.org/)
- Back-end is handled by [NodeJS](https://nodejs.org/en/) and [Python](https://www.python.org/)
- [Firebase](https://firebase.google.com/) is used for user authentication
- Firebase is used as the databases for storing data
- REST API is python flask

Expand Down