Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 642 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 642 Bytes

Web Example Project

Setup

Install NPM modules:

npm install

Build the @dfinity/response-verification package:

bazel build //packages/ic-response-verification-wasm:lib

Link @dfinity/response-verification globally:

pushd ../../bazel-bin/packages/ic-response-verification-wasm/lib && sudo npm link && popd

Link @dfinity/response-verification in this project:

npm link @dfinity/response-verification

Run with Webpack Dev Server

Run:

npm start

Run with HTTP Server

Bundle application:

npm run build

Run:

npm run start:http