/alud

Primary LanguageJavaScriptMIT LicenseMIT

Alud

Story telling for the tezos Blockchain using the dipdup indexers.

Setup

Clone the repository and enter the alud directory.

git clone https://github.com/zoek1/alud.git
cd alud

This project requires docker-compose for easy testing and deployment.

Run

Run docker-compose, the first time it will take a while because is building the images.

docker-compose up

On your browser open http://localhost:3000

Backlog

  • Add support to query dipdup graphql endpoint
  • Integrate graphiql and the graphiql explorer to speed the query design process
  • Integrate JSONata to support selection and aggregation on indexed data.
  • Integrate charts.js to display the filtered data.
  • Integrate markdown editor to explain motivation behind the charts
  • Save charts in the servers.
  • Display all created charts.
  • Add support for dashboards

Create a new tezos Viz

  1. Query and filter data available in the dipdup indexer

  2. Select the chart type and customize it

  3. Write some story or context about your chart

  4. Save it!

Demo

Use this snippet to customize your chart https://gist.github.com/zoek1/6b363910f79abd3c92c9b4c706f84880

https://www.loom.com/share/daa987b8bc7447a085faf6b73e6d2a36

License

See LICENSE.