This repo contains work toward a web UI for a nitro powered statechannel network.
UI component demos deployed here: https://nitro-storybook.netlify.app/
- package
site
contains the web UI (readme) - package
nitro-rpc-client
contains a typescript library for communicating with go-nitro's RPC api. (readme)
Components can be viewed by running yarn storybook
or npm run storybook
from the packages/site
directory.