Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

iotaledger/iotavisualization

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.1%
  • CSS 8.2%
  • HTML 2.7%