-
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) (#10)
* 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]>
- Loading branch information
1 parent
37dce92
commit cf8d776
Showing
67 changed files
with
1,694 additions
and
590 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
* @moritzkirstein @oceanByte | ||
# Base ownership of the codebase | ||
* @deltaDAO/frontend | ||
|
||
# The following content related files are additionaly owned by the qa team | ||
# File to manage portal whitelists and featured assets | ||
address.config.js @deltaDAO/qa @deltaDAO/frontend | ||
# File to manage address resolution | ||
pontusxAddresses.json @deltaDAO/qa @deltaDAO/frontend | ||
# Directory including .md and .json files to manage displayed content | ||
content/* @deltaDAO/qa @deltaDAO/frontend | ||
# Directory managing publicly hosted images | ||
public/images/* @deltaDAO/qa @deltaDAO/frontend |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,9 +1,17 @@ | ||
{ | ||
"title": "Pontus-X Faucet", | ||
"description": "Get 1000 EUROe fee and payment tokens for the Pontus-X network every 12 hours.", | ||
"input": { | ||
"label": "Your Pontus-X address", | ||
"placeholder": "0x28080F654eED6CC00e8b16F4841E92CD0c2C0778", | ||
"buttonLabel": "Get tokens" | ||
"description": "Request tokens for the Pontus-X Networks", | ||
"buttonLabel": "Get Tokens", | ||
"card": { | ||
"cardTitle": "Welcome to the Pontus-X Faucet", | ||
"cardDescription": "A faucet is a service that provides free tokens for testing purposes. Known accounts can request 10 EUROe fee tokens and 1000 EUROe payment tokens to use on the Pontus-X network. These tokens are available every 12 hours.", | ||
"cardExplainerTitle": "How to Request Tokens", | ||
"cardExplainerFirstStep": "Ensure you have a web3 wallet (e.g. MetaMask) connected.", | ||
"cardExplainerSecondStep": "Your wallet address will be automatically detected and displayed below.", | ||
"cardExplainerThirdStep": "Click the button to request your free tokens.", | ||
"cardExplainerFourthStep": "Wait for a few seconds while the request is processed.", | ||
"cardExplainerFithStep": "You will receive a confirmation once the tokens are successfully sent to your address.", | ||
"cardNetworkAddress": "Your Pontus-X address", | ||
"cardNetwork": "Connected Network" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.