Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.44 KB

Response Verification

Usage

In the browser

Before executing any functions, the library needs to be initialized using the default import.

import initResponseVerification, {
  sayHello,
} from '@dfinity/response-verification';

window.addEventListener('load', async () => {
  await initResponseVerification();

  console.log(sayHello());
});

Examples

Developer Documentation

Setup

Making a Commit

cz commit

See Conventional commits for more information on the commit message formats

Sub Projects

Examples