Skip to content

zkopru-network/wallet

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages