All Projects → bitquery → widgets

bitquery / widgets

Licence: MIT license
Widgets for blockchain data visualizations

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to widgets

tkmacosx
Tkmacosx is a Python library extension to the Tkinter module. Change background and foreground colors of a Button, Use ColorVar to change colors of multiple widgets just like StringVar, and much more.
Stars: ✭ 48 (-48.94%)
Mutual labels:  widgets
phosphor-android
An elegant and sophisticated line icon pack to declutter your home screen.
Stars: ✭ 27 (-71.28%)
Mutual labels:  widgets
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (+554.26%)
Mutual labels:  widgets
php btc exchange
One of the our previous bitcoin exchanges.
Stars: ✭ 21 (-77.66%)
Mutual labels:  widgets
notion widgets
A set of HTML widgets that could be embedded into Notion.so https://www.notion.so/ pages. For more see https://blog.shorouk.dev/notion-widgets-gallery/
Stars: ✭ 270 (+187.23%)
Mutual labels:  widgets
flutter flip view
No description or website provided.
Stars: ✭ 56 (-40.43%)
Mutual labels:  widgets
Fltk Rs
Rust bindings for the FLTK GUI library.
Stars: ✭ 241 (+156.38%)
Mutual labels:  widgets
Venus
A Windows Dock Widget Written in Pure Python
Stars: ✭ 17 (-81.91%)
Mutual labels:  widgets
cumulocity-migration-tool
A Cumulocity webapp to migrate applications, dashboards, groups, devices, simulators, smart rules, images, and managed objects between tenants. Developed by Global Presales.
Stars: ✭ 15 (-84.04%)
Mutual labels:  widgets
kivy-cupertino
iOS-style widgets for Kivy
Stars: ✭ 59 (-37.23%)
Mutual labels:  widgets
tk tools
Python tkinter tools, Python3.7+
Stars: ✭ 86 (-8.51%)
Mutual labels:  widgets
pyqt5-custom-widgets
More useful widgets for PyQt5
Stars: ✭ 199 (+111.7%)
Mutual labels:  widgets
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (-59.57%)
Mutual labels:  widgets
JS HTML Widgets
Easily create widget objects of arbitrary complexity
Stars: ✭ 16 (-82.98%)
Mutual labels:  widgets
content-aware-sidebars
WordPress Plugin to create and display custom sidebars according to the content being viewed. Fast and powerful.
Stars: ✭ 21 (-77.66%)
Mutual labels:  widgets
PolishAnnoyanceFilters
Polskie Filtry Elementów Irytujących ukrywają i blokują wyskakujące okienka, widgety, newslettery, powiadomienia push, strzałki, niezgodne z tematem artykułów otagowane linki wewnętrzne i inne drażniące elementy (Polskie Filtry RODO-Ciasteczkowe są już w nich zawarte).
Stars: ✭ 45 (-52.13%)
Mutual labels:  widgets
Graphics32 RBC
Graphics Extension that extend of Graphics32 Library for Delphi XE6 and up (and maybe Lazarus) by Uğur PARLAYAN
Stars: ✭ 32 (-65.96%)
Mutual labels:  widgets
fltk-rs
Rust bindings for the FLTK GUI library.
Stars: ✭ 929 (+888.3%)
Mutual labels:  widgets
cornerstone widget
A jupyter widget for the cornerstone library to make showing flashy images with nice tools easier.
Stars: ✭ 25 (-73.4%)
Mutual labels:  widgets
symbiote.js
Simple, light and very powerful library to create embedded components for any purpose, with a data flow management included.
Stars: ✭ 40 (-57.45%)
Mutual labels:  widgets

Blockchain Visualization Widgets

Library of visual components to build data visualization interface to the blockchain data. Universal tool across all major blockchains ( ethereum, tron, bitcoin, zcash, many more...).

TLDR; Try https://explorer.bitquery.io which is open sourced and completely built using widgets. Javascript programmers may start with JSFiddle examples.

Screen Preview

Every widget is a reusable visualization component to display the data from blockchain. Typically every widget is displaying a result set from GraphQL request.

Usage

To start with, look our wiki. You do not need programming skills to use and embed widgets, most tasks can be done by examples. To use specialized filtering and data querying you will need basic understanding of GraphQL language.

Setup

Clone this repo to your desktop and run

npm install

to install all the dependencies.

For widget developers

npm init -y
npm install webpack webpack-cli --save-dev
npm install --save graphql apollo-boost vue vue-i18n vue-google-charts vue-loader vue-template-compiler vue-template-loader lodash
npm install --save-dev sass-loader node-sass style-loader css-loader file-loader
npm install --save vis numeral
npm install --save react react-dom isomorphic-fetch graphiql
npm install --save-dev extract-text-webpack-plugin@next
npm install

run webpack

node_modules/.bin/webpack

run webpack autocompile for dev

node_modules/.bin/webpack --watch

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

Credits

The project is developing with the Binance fellowship program support.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].