This project showcases how to use the @dfinity/response-verification
package to perform response verification within a frontend web project.
From the root of this repository, install NPM dependencies:
pnpm i
Build the @dfinity/response-verification
package:
pnpm run --filter @dfinity/response-verification build
Run:
pnpm run --filter web-example start
Bundle application:
pnpm run --filter web-example build
Run:
pnpm run --filter web-example start:http