/zero-chain-ui

The UI for Zerochain

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Zerochain UI

This repository is a monorepo for Zerochain UI. Zerochain is a privacy oriented blockchain on substarte.

See here: https://github.com/LayerXcom/zero-chain

Setup

  • To install using brew:
brew install yarn
  • Then install dependencies:
yarn install
  • Run the app:
yarn run dev
open -a "Firefox" http://localhost:8000

Usage

You can send a confidential transaction to the zerochain and update the encrypted balance. For now, the proccess of generating the transaction needs to be executed by CLI (including the zero knowledge proving and encryption). Fill out the UI form based on the CLI printout.

The details how to send transactions are described in the zerochain README.