@sismo-core/sismo-connect-solidity
v0.0.21
Published
Sismo Connect Library
Downloads
8
Readme
Sismo Connect Solidity is a Solidity library that allows you to verify the zk-proofs of your Sismo Connect Application onchain and simplify the use of the sismo-connect-onchain-verifier.
Here is the link to the full documentation of the library: Sismo Connect Solidity Library
You can learn more on Sismo Connect here.
Prerequisites
Usage
Installation
# install the package
yarn add @sismo-core/sismo-connect-solidity
Import the library
In your solidity file:
import {SismoConnect} from "@sismo-core/sismo-connect-solidity/contracts/SismoConnectLib.sol";
You will find here how to use the library: Sismo Connect Solidity Library
License
Distributed under the MIT License.
Contribute
Please, feel free to open issues, PRs or simply provide feedback!