Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

prosopo/procaptcha

Repository files navigation

Procaptcha

Contains interfaces for accessing the Prosopo protocol contract, Prosopo provider API and the captcha client state via the ProsopoCaptchaClient, ProsopoCaptchaApi and ProsopoCaptchaStateClient classes.

Prerequisites

The Dapp smart contract account must be registered in the Prosopo protocol contract in order to interact with the Prosopo protocol. You can complete Dapp registration by navigating to polkadot-js apps and using the contracts page.

contracts-page.png

Usage

This repository can be imported into any JavaScript framework and used to create a CAPTCHA User Interface. See, for example, the procaptcha-react repository.