All Projects → iotaledger → iotavisualization

iotaledger / iotavisualization

Licence: other
Tangle visualization

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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
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].