This is an interface for interacting a with an Iris node. The purpose of this user interface is to demonstrate integration with the Iris fork of Substrate.
- Setup and run an Iris node
- Setup and run an IPFS node
- It is assumed that the IPFS node exposes it's api on the default port:
4001.
- It is assumed that the IPFS node exposes it's api on the default port:
From Sources:
- clone this repository then run
npm i & npm startto start the application onlocalhost:3000.
From docker:
- doesn't exist yet:
docker install iridium/iris-ui
TODO