An open API service indexing awesome lists of open source software.

https://github.com/bitquery/ide-graph

Graph-type widgets library for ide
https://github.com/bitquery/ide-graph

Last synced: 4 months ago
JSON representation

Graph-type widgets library for ide

Awesome Lists containing this project

README

          

# graphs
Graph-type widgets library
# Description
Library for graph visualization based on blockchain data

You can see how it works on [explorer.bitquery.io](https://explorer.bitquery.io)
# Installation
Clone this repo and run

`
npm install
`

To build app, run

`
npm run build
`

# Quick start
Several quick start options are available:
* Install with npm `npm i @bitquery/graph`
* Using cdn `https://cdn.jsdelivr.net/gh/bitquery/graphs@1/dist/graphs.min.js` `https://cdn.jsdelivr.net/gh/bitquery/graphs@1/dist/graphs.min.css`
* Clone the repo: `git clone https://github.com/bitquery/graphs.git`
* Download the latest release
# License
This project is licensed under the terms of the MIT license.