A simple web app to help you keep track of your Ionio Artifact. Optionally connect to Marina Wallet Ionio accounts to inspect and spend your coins locked by covenants.
Try it ! https://louisinger.github.io/ionio-marina-spender/
Install dependencies:
yarn install
Run locally with hot reloading:
yarn dev
Build for production:
yarn build
Format code:
yarn format