ddresch / qubic-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qubic frontend

Interface for Qubic authors, computors and token holders. Wallet and DEX are included. This is a work in progress.

TODOs:

  • Fetch data from network with qubic-js.
  • Add pool stats.
  • Interface for qubic authors.
  • Interface for computor control.
  • Search interface.
  • Integrate exchange with its backend.

Development

pnpm is used to manage dependencies.

  1. Install dependencies:
pnpm i
  1. Link qubic-js:
cd ../ &&
git clone https://github.com/computor-tools/qubic-js &&
cd computor-frontend &&
pnpm link ../qubic-js
  1. Start development server:
pnpm start

Production

Bundle for production as single html file:

pnpm run build

About

License:Other


Languages

Language:JavaScript 94.0%Language:HTML 3.5%Language:CSS 2.4%Language:Shell 0.0%