Packages
Sismo Connect integration is simple with just a few lines of code: import the front-end package or React button for data requests, and verify proofs using the Sismo Connect Solidity library in your smart contract OR server package in your back end. You can find the GitHub links of the packages below.
@sismo-core/sismo-connect-client
: the front-end package to easily request ZKPs from users in a privacy-preserving manner.@sismo-core/sismo-connect-react
: the React front-end package to easily integrate the sismoConnectButton and sismo-connect-client in your React app.@sismo-core/sismo-connect-server
: the back-end package to easily verify ZKPs offchain.@sismo-core/sismo-connect-solidity
: the Solidity Library to easily verify ZKPs onchain.
Last updated