A user interface for interacting with the Zkopru L2 application.
Draft accessible here.
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
A development server with hot reload can be started with npm run dev
it will be accessible at localhost:8080
.