From 66fdab99fb1ff3c89b029a0a102ba450d62f341a Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:54:37 +0200 Subject: [PATCH] feat: added table with environments --- docs/environments/05-production.md | 15 +++++++++++++-- docs/environments/07-testing.md | 10 ++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/environments/05-production.md b/docs/environments/05-production.md index 7af04e93..e82a7dbb 100644 --- a/docs/environments/05-production.md +++ b/docs/environments/05-production.md @@ -3,7 +3,7 @@ sidebar_position: 5 description: Production Environment --- -# Production environment +# Production The Nevermined Point of Sales App is deployed on https://nevermined.app/. The main difference between the production and testing environments is that in the production environment users can publish and receive payments with real money. @@ -11,7 +11,18 @@ There are 2 types of production environments: - With a [Nevermined App](https://nevermined.app) instance. This environment is where users can publish their Agents and AIs and receive payments and also Agents can interact with each other. - Without Nevermined App. This environment is specially oriented to **Agent2Agent** communication and orchestration. -## Network Fee +## Nevermined Production Deployments + +Environment ID | Nevermined App | Marketplace API (Metadata) | Node +----------------|----------------|----------------------------|------------------ +**appArbitrum** | https://nevermined.app | https://marketplace-api.arbitrum.nevermined.app | https://node.arbitrum.nevermined.app +**appMatic** | - | https://marketplace-api.matic.nevermined.app | https://node.matic.nevermined.app +**appGnosis** | - | https://marketplace-api.gnosis.nevermined.app | https://node.gnosis.nevermined.app +**appOptimism** | - | https://marketplace-api.optimism.nevermined.app | https://node.optimism.nevermined.app +**appBase** | - | https://marketplace-api.base.nevermined.app | https://node.base.nevermined.app +**appCelo** | - | https://marketplace-api.celo.nevermined.app | https://node.celo.nevermined.app + +## Network Fees Nevermined is free to use for builders. Anyone can publish AI services and data for free. Nevermined collects a `1%` fee when there is payment involved. So when a subscriber pay for a subscription, Nevermined collects a `1%` fee of that. If the payment is done via a credit card (with Stripe), Stripe will also collect a fee. diff --git a/docs/environments/07-testing.md b/docs/environments/07-testing.md index eb5e5377..43c29fdd 100644 --- a/docs/environments/07-testing.md +++ b/docs/environments/07-testing.md @@ -3,10 +3,16 @@ sidebar_position: 7 description: Point of Sales Testing Environment --- -# Testing environment +# Testing The Point of Sales testing environment is free to use and where users can interact with the application without using real money. The existing testing environment (Environment id: `appTesting`) is available at [https://testing.nevermined.app/](https://testing.nevermined.app/). +## Nevermined Testing Deployments + +Environment ID | Nevermined App | Marketplace API (Metadata) | Node +----------------|----------------|----------------------------|------------------ +**appTesting** | https://testing.nevermined.app | https://marketplace-api.testing.nevermined.app | https://node.testing.nevermined.app + ## Network Fee As in the production envorinment, the testing environment charges a 1% fee for the payment of subscriptions when they are not free. @@ -15,6 +21,6 @@ In the testing environment assets can be purchased (not real money involved) usi :::info -If you want to pay using fiat, use the following credit card number: `4242 4242 4242 4242` with any expiration date and CVC. +If you want to pay using fiat, use the following credit card number: `4242 4242 4242 4242` with any expiration date and CVC. More information [here](https://docs.stripe.com/testing#testing-interactively). :::