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