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
- Host: GitHub
- URL: https://github.com/bitquery/ide-graph
- Owner: bitquery
- Created: 2021-01-20T16:15:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T14:22:10.000Z (over 4 years ago)
- Last Synced: 2025-09-21T04:42:10.818Z (4 months ago)
- Language: JavaScript
- Size: 2.64 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.