You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/net/guides/developer-page.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ All of our repositories are on `GitHub <https://github.com/Concordium>`__.
57
57
58
58
For information about how to create proofs to verify identity for dApps and services see :ref:`Create proofs<create-proofs>`.
59
59
60
-
If you want to familiarize yourself with how proofs work and can be constructed, you can use the `Concordium Proof Explorer <https://web3id-proof-explorer.testnet.concordium.com/>`__ to create proofs and send them to a |bw| to see how they interact with account credentials and verifiable credentials. The Concordium Proof Explorer works on Testnet. You can use the `Web3Id Issuer Front End <https://web3id-issuer-frontend.testnet.concordium.com/>`__ to create verifiable credential to test with the proof explorer.
60
+
If you want to familiarize yourself with how proofs work and can be constructed as well as test them, you can use the `Concordium Proof Explorer <https://web3id-proof-explorer.testnet.concordium.com/>`__ to create proofs and send them to a |bw| to see how they interact with account credentials and verifiable credentials. The Concordium Proof Explorer works on Testnet. You can use the `Web3Id Issuer Front End <https://web3id-issuer-frontend.testnet.concordium.com/>`__ to create verifiable credential to test with the proof explorer.
61
+
62
+
If you decide that you want to become an issuer of verifiable credentials, see :ref:`Web3 ID issuers<web3id-issuer>` to learn more and access the production ready tools to become an issuer.
Copy file name to clipboardExpand all lines: source/mainnet/net/release-notes/release-notes-lp.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -167,12 +167,16 @@ Wallets
167
167
|bw|
168
168
-------------------------
169
169
170
-
February 13, 2024
170
+
March 6, 2024
171
171
172
-
Version 1.4.1 fixes an issue with backward compatibility for gRPC and an identity issue.
172
+
In version 1.4.2 the token transfer estimate now takes the transfer amount into account and the wallet no longer blocks creating the last possible account for an identity.
173
173
174
174
.. dropdown:: Previous releases
175
175
176
+
.. dropdown:: |bw| 1.4.1 - February 13, 2024
177
+
178
+
Version 1.4.1 fixes an issue with backward compatibility for gRPC and an identity issue.
179
+
176
180
.. dropdown:: |bw| 1.4.0 - February 5, 2024
177
181
178
182
Verison 1.4.0 adds support for recovery to be aborted when an identity takes a long time to recover. It also fixes an issue where the wrong list of identity providers was sometimes used when recovering from the wallet settings menu.
Copy file name to clipboardExpand all lines: source/mainnet/net/web3-id/issuer.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ How to become an issuer
17
17
An issuer needs to have the following components.
18
18
19
19
1. Some way of identifying users to whom the credentials will be issued, e.g., an existing database of users.
20
-
2. JSON schemas and metadata for credentials. These are used by the wallet to display and style the credential. This might be a logo, a background color, how the attributes will appear in the credential (e.g., date format, title), and so on. The `Concordium Web3 ID Issuer Front End <https://web3id-issuer-onboarding.mainnet.concordium.software/>`__ helps with setting up your metadata.
20
+
2. JSON schemas and metadata for credentials. These are used by the wallet to display and style the credential. This might be a logo, a background color, how the attributes will appear in the credential (e.g., date format, title), and so on. The `Concordium Web3 ID Issuer Front End <https://web3id-issuer-onboarding.mainnet.concordium.software/>`__ helps with setting up your metadata which you then should upload to a public URL. The Concordium Web3 Issuer Front End works on both mainnet and testnet.
21
21
3. A smart contract where credential lifetime is managed, together with its metadata such as expiry time. The `Concordium Web3 ID Issuer Front End <https://web3id-issuer-onboarding.mainnet.concordium.software/>`__ helps with setting up your credential registry contract.
22
22
4. A dApp where the user will request credentials with the help of the wallet.
23
23
5. A back end which will issue credentials, which involves registering the credential in the smart contract, and returning it to the holder's wallet.
24
24
25
-
To make it easier to become an issuer, you can use the `Concordium Web3 ID Issuer Front End <https://web3id-issuer-onboarding.mainnet.concordium.software/>`__. This tool walks you through steps two and three when becoming an issuer.
25
+
To make it easier to become an issuer, you can use the `Concordium Web3 ID Issuer Front End <https://web3id-issuer-onboarding.mainnet.concordium.software/>`__. This tool walks you through steps two and three when becoming an issuer. The Concordium Web3 Issuer Front End works on both mainnet and testnet.
Start by testing with your conditions. First, try another account other than the owner of the contract since you want that only the owner can call this function.
0 commit comments