zkopru-network / wallet

The zkopru web wallet
8 stars 5 forks source link

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:

Development

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