/nuit

NuCypher Staking UI

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Nuit

Official NuCypher web staking UI. This repository is currently a work-in-progress.

  yarn react-app:start
    Starts the development server.

  yarn react-app:test
    Runs the tests

  yarn react-app:build
    Builds the app for production.

  yarn subgraph:codegen
    Generates AssemblyScript types for smart contract ABIs and the subgraph schema.

  yarn subgraph:deploy
    Deploys the subgraph to the official Graph Node.

  yarn workspace @project/react-app add <package name(s)>
    Add new libraries to main react app

To run in Docker (recommended)

docker run -it -v $(pwd):/work --workdir /work -p 3000:3000  node:latest yarn react-app:start