zkopru-network / wallet

The zkopru web wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zkopru Wallet

A user interface for interacting with the Zkopru L2 application.

Draft accessible here.

Setup

Install modules as usual with npm install.

Additionally we need the @zkopru/client package. This needs to be linked locally because it's not published on npm. This can be done using yarn by running the following:

  • First in zkopru/packages/client: yarn link
  • Then in zkopru-web: yarn link @zkopru/client

Development

A development server with hot reload can be started with npm run dev it will be accessible at localhost:8080.

About

The zkopru web wallet


Languages

Language:Vue 81.7%Language:JavaScript 17.9%Language:HTML 0.2%Language:EJS 0.1%Language:Dockerfile 0.1%