-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into development
- Loading branch information
Showing
41 changed files
with
1,147 additions
and
313 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,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" | ||
} |
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,9 @@ | ||
{ | ||
"title": "Pontus-X Faucet", | ||
"description": "Request tokens for the Pontus-X Networks", | ||
"input": { | ||
"label": "Your Pontus-X address", | ||
"placeholder": "0x28080F654eED6CC00e8b16F4841E92CD0c2C0778", | ||
"buttonLabel": "Get tokens" | ||
} | ||
} |
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,22 +1,22 @@ | ||
{ | ||
"teaser": { | ||
"title": "Pontus-X: Data Sovereignty for Europe", | ||
"title": "Pontus-X: Technical Data Sovereignty", | ||
"text": "Pontus-X represents the next generation of data infrastructure: an **open, transparent and secure digital ecosystem**, where data and services can be made available, collated and shared in an environment of trust. The architecture of Pontus-X is based on Gaia-X and on the principle of decentralization." | ||
}, | ||
"paragraphs": [ | ||
{ | ||
"title": "The Gaia-X Powered Ecosystem on DLT", | ||
"body": "The principle of decentralization is a perfect fit for **Distributed Ledger Technology**. [Ocean Protocol](https://oceanprotocol.com) is a fully open-source technology stack, leveraging DLT and decentralization, aiming to give control back to the owners of data services. Pontus-X is built on top of Ocean Protocol showcasing how the Gaia-X Powered Ecosystem on DLT and Ocean Protocol can look like, already today.", | ||
"body": "The principle of decentralization is a perfect fit for **Distributed Ledger Technology**. [Ocean Enterprise](https://www.oceanenterprise.io/) is a fully open-source technology stack, leveraging DLT and decentralization, aiming to give control back to the owners of data services. Pontus-X is built on top of [Oasis Network](https://oasisprotocol.org/) showcasing how future industrial digital service ecosystems work today.", | ||
"cta": "Learn More", | ||
"ctaTo": "https://docs.pontus-x.eu/docs/Community/Introduction", | ||
"image": "/images/genx_validators.webp" | ||
"ctaTo": "https://docs.pontus-x.eu/docs/introduction/overview", | ||
"image": "/images/ecosystem.webp" | ||
}, | ||
{ | ||
"title": "Compute-to-Data and its benefits", | ||
"body": "One core concept of Ocean Protocol is the **Compute-to-Data (CtD)** approach. Compute-to-Data is the functionality that solves the current trade-off between the benefits of using private data and the risks of exposing it. It allows data consumers to run compute jobs on private data while the data stays on-premise with the data provider.", | ||
"body": "One core concept of Ocean Enterprise is the **Compute-to-Data (CtD)** approach. Compute-to-Data is the functionality that solves the current trade-off between the benefits of using private data and the risks of exposing it. It allows data consumers to run compute jobs on private data while the data stays on-premise with the data provider.", | ||
"cta": "Learn More", | ||
"ctaTo": "https://youtu.be/W8PuM0lSm4s", | ||
"image": "/images/ctd_benefits.png" | ||
"ctaTo": "https://docs.pontus-x.eu/docs/technical-architecture/architecture-overview", | ||
"image": "/images/ctd_benefits.webp" | ||
} | ||
] | ||
} |
Oops, something went wrong.