-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge new features (#58) (#18)
* feat: merge new features (#58) * feat: merge new features * fix: rename verifiedWallets to verifiedAddresses and remove duplicate code * chore: update footer section name, ConsumerParameters validation & footer privacy link name * fix: privacy link & address resolution * chore: updated verifiedAddresses * chore: updated imprint link * feat: faucet disabled by default * chore: updated ecosystem & announcement --------- Co-authored-by: Moritz Kirstein <[email protected]> * fix: menudropdown hover color --------- Co-authored-by: Moritz Kirstein <[email protected]>
- Loading branch information
1 parent
8d2372a
commit d9ece3e
Showing
114 changed files
with
2,807 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"metadata": { | ||
"title": "Metadata", | ||
"fields": [ | ||
{ | ||
"name": "didweb", | ||
"label": "Service Provider DID:WEB ", | ||
"placeholder": "did:web:yourdomain.eu", | ||
"help": "The DID:WEB of the service provider / issuer publishing the Gaia-X Service Credential.", | ||
"required": true | ||
}, | ||
{ | ||
"name": "credentialHostingPath", | ||
"label": "Service Credential Hosting Path ", | ||
"placeholder": "https://yourdomain.eu/.well-known", | ||
"help": "The base path to your public storage of Gaia-X Service Credentials.", | ||
"required": true | ||
}, | ||
{ | ||
"name": "pathToParticipantCredential", | ||
"label": "Service Provider Participant Credential ", | ||
"placeholder": "https://yourdomain.eu/.well-known/participant_vp.json", | ||
"help": "URI of the service provider Gaia-X Participant Credential required to identity the responsible service provider.", | ||
"required": true | ||
}, | ||
{ | ||
"name": "knownDependencyCredentials", | ||
"label": "Known Dependency Credentials", | ||
"placeholder": "https://www.yourdomain.eu/.well-known/2210_gx_service_provider_1.json", | ||
"help": "Contains resolvable links to the Gaia-X service credentials related to this service that can exist independently of it.", | ||
"required": false | ||
}, | ||
{ | ||
"name": "knownAggregatedServiceCredentials", | ||
"label": "Known Aggregated Resource Credentials", | ||
"placeholder": "https://www.yourdomain.eu/.well-known/2210_gx_resource_data_road_condition_7.json", | ||
"help": "Contains resolveable links to Gaia-X Resource and Service Credentials related to this service that can exist independently of it.", | ||
"required": false | ||
} | ||
] | ||
}, | ||
"submission": { | ||
"title": "Submit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"title": "Request test tokens", | ||
"subtitle": "You can claim some test tokens for your address once every 12 hours.", | ||
"body": "Click on the button below to request EUROe test payment tokens. You will receive both, the EUROe labelled network token as well as the payment token." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"title": "Import custom tokens", | ||
"subtitle": "Before you can claim some test tokens you need to import the token's contract address to MetaMask", | ||
"body": "Click on the button below to import the OCEAN and EUROe custom test tokens.", | ||
"body": "Click on the button below to import the EUROe test payment token. Please be aware, that Pontus-X is also using a EUROe labelled network token to facilitate fee payments.", | ||
"image": "/images/onboarding/import_ocean_token.png" | ||
} |
Oops, something went wrong.