Skip to content

Commit

Permalink
GITBOOK-511: update old links to solidity library
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e authored and gitbook-bot committed Jul 21, 2023
1 parent a29397b commit dc4c3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-with-sismo-connect/technical-documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Here are the different GitHub links to Sismo Connect packages. You can find thei
* [`@sismo-core/sismo-connect-client`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-client): the front-end [package](packages/client.md) to easily request ZKPs from users in a privacy-preserving manner.
* [`@sismo-core/sismo-connect-react`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-react): the React front-end [package](packages/react.md) to easily integrate the sismoConnectButton and sismo-connect-client in your React app.
* [`@sismo-core/sismo-connect-server`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-server): the back-end [package](packages/server.md) to easily verify ZKPs offchain.
* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) : the [Solidity Library](packages/solidity.md) to easily verify ZKPs onchain.
* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) : the [Solidity Library](packages/solidity.md) to easily verify ZKPs onchain.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Sismo Connect integration is simple with just a few lines of code: import the fr
* [`@sismo-core/sismo-connect-client`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-client): the front-end [package](client.md) to easily request ZKPs from users in a privacy-preserving manner.
* [`@sismo-core/sismo-connect-react`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-react): the React front-end [package](react.md) to easily integrate the sismoConnectButton and sismo-connect-client in your React app.
* [`@sismo-core/sismo-connect-server`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-server): the back-end [package](server.md) to easily verify ZKPs offchain.
* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) : the [Solidity Library](solidity.md) to easily verify ZKPs onchain.
* [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) : the [Solidity Library](solidity.md) to easily verify ZKPs onchain.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The `getResponse` function returns the [`SismoConnectResponse`](client.md#sismoc
function getResponseBytes(): string | null
```

The `getResponseBytes` function returns the response encoded in bytes usable by the [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-packages/tree/main/packages/sismo-connect-solidity) Library.
The `getResponseBytes` function returns the response encoded in bytes usable by the [`@sismo-core/sismo-connect-solidity`](https://github.com/sismo-core/sismo-connect-solidity) Library.

#### `SismoConnectResponse`

Expand Down

0 comments on commit dc4c3eb

Please sign in to comment.