Skip to content

Commit

Permalink
Merge pull request #194 from 0xPolygonID/fixes
Browse files Browse the repository at this point in the history
minor fixes - release 8
  • Loading branch information
0xpulkit authored Oct 23, 2024
2 parents 5481d3c + 3eefdee commit 1600299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/issuer-node/issuer-node-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ If you clicked on the **Issue credential** button, you will later be prompted to
</div>

:::info
When the user interacts with the [<ins>Universal Link</ins>](../wallet/universal-links.md) , it will launch the Privado ID Web Wallet on browser in or Privado ID Wallet mobile app in case of a mobile phone displaying the credential offer to claim the credential. Deep link could be handled only by mobile wallet app though.
When the user interacts with the [<ins>Universal Link</ins>](../wallet/universal-links.md) , it will launch the Privado ID Web Wallet in the browser or Privado ID Wallet app in case of a mobile phone displaying the credential offer to claim the credential. Deep link could be handled only by mobile wallet app though.
:::

<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We have deployed contracts across the following mainnets and testnets so far:
## Unified contract addresses

:::warning *EXCEPTIONS
It’s important to note that the State contracts for the following two networks are exceptions. These contracts were already deployed at these addresses, and they are not being redeployed because they contain a significant amount of historically collected data. Redeploying them to a unified address would result in data loss, which we aim to avoid:
It’s important to note that the State contract addresses for the following two networks are exceptions. These contracts were already deployed at these addresses, and they are not being redeployed because they contain a significant amount of historically collected data. Redeploying them to a unified address would result in data loss, which we aim to avoid:
- Polygon Amoy State Contract: <ins>[0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124](https://amoy.polygonscan.com/address/0x1a4cc30f2aa0377b0c3bc9848766d90cb4404124)</ins>
- Polygon Mainnet State Contract : <ins>[0x624ce98D2d27b20b8f8d521723Df8fC4db71D79D](https://polygonscan.com/address/0x624ce98d2d27b20b8f8d521723df8fc4db71d79d)</ins>

Expand Down
2 changes: 1 addition & 1 deletion docs/wallet/wallet-app/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ You, at some point in time, must have used crypto wallets such as Metamask, Trus

- While the commonly-used crypto wallets let you interact with Ethereum and other blockchain networks using RPCs (Remote Procedure Calls), this is not the case with Privado ID Wallet - it functions solely to store credentials linked to an identity and lets these credentials get verified by creating zero-knowledge proofs.

- General wallets store cryptographic keys while the Privado ID Wallet stores users' identities. While both types of wallets are based on private-public key cryptography, the two are different in the sense that in a wallet like MetaMask, the elliptic curve used is `secp256k1`, which is used to convert a private key to a public key and eventually to an Ethereum Address. On the other hand, Privado ID Wallet is based on the `Baby Jubjub Key` which generates a Privado ID Identifier, that serves as the identifier for your wallet instead of the Ethereum Wallet Address.
- General wallets store cryptographic keys while the Privado ID Wallet stores users' identities. While both types of wallets are based on private-public key cryptography, the two are different in the sense that in a wallet like MetaMask, the elliptic curve used is `secp256k1`, which is used to convert a private key to a public key and eventually to an Ethereum Address. On the other hand, Privado ID Wallet is based on the `Baby Jubjub Elliptic Curve Key` which generates a Privado ID Identifier, that serves as the identifier for your wallet instead of the Ethereum Wallet Address.

0 comments on commit 1600299

Please sign in to comment.