@prosopo/procaptcha
v2.1.14
Published
Contains interfaces for accessing the Prosopo [protocol](https://github.com/prosopo/protocol/) contract, Prosopo [provider](https://github.com/prosopo/provider) API and the captcha client state via the `ProsopoCaptchaClient` , `ProsopoCaptchaApi` and `Pro
Downloads
907
Readme
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.
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.