Skip to content

Client side response verification for the Internet Computer

License

Notifications You must be signed in to change notification settings

dfinity/response-verification

Repository files navigation

Response Verification

Overview

Response verification on the Internet Computer is the process of verifying that a canister response from a replica has gone through consensus with other replicas hosting the same canister.

This package encapsulates the protocol for such verification. It is used by the Service Worker and ICX Proxy and may be used by other implementations of the HTTP Gateway Protocol in the future.

Examples

Contributing

This repository is currently not accepting external contributions, but this will change in the near future once the code base stabilizes.

Setup

Making a Commit

cz commit

See Conventional commits for more information on the commit message formats

Sub Projects

Examples