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

Latest commit

 

History

History
14 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 589 Bytes

Nitro-GUI Monorepo

This repo contains work toward a web UI for a nitro powered statechannel network.

UI component demos deployed here: https://nitro-storybook.netlify.app/

Packages

  • package site contains the web UI (readme)
  • package nitro-rpc-client contains a typescript library for communicating with go-nitro's RPC api. (readme)

Storybook

Components can be viewed by running yarn storybook or npm run storybook from the packages/site directory.