yangyi625 / iotavisualization

Tangle visualization

Home Page:https://simulation1.tangle.works/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iota Visual Simulation

This is a visualization aid for those interested in the Iota data structure, the tangle. It is written using React and D3.js.

Setting up

After cloning the repo, run:

npm install

to download dependencies.

To run locally during development, use:

npm run dev-server

and go to localhost:9000 in your browser.

Testing & Linting

Before submitting PRs, make sure the code passes tests and lints by running the following:

npm test
npm run lint

About

Tangle visualization

https://simulation1.tangle.works/


Languages

Language:JavaScript 92.4%Language:CSS 5.9%Language:HTML 1.7%