Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 625 Bytes

File metadata and controls

39 lines (25 loc) · 625 Bytes

Web Example Project

This project showcases how to use the @dfinity/response-verification package to perform response verification within a frontend web project.

Setup

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 with Webpack Dev Server

Run:

pnpm run --filter web-example start

Run with HTTP Server

Bundle application:

pnpm run --filter web-example build

Run:

pnpm run --filter web-example start:http