diff --git a/docs/colab/cli.md b/docs/colab/cli.md
index 3bb04c01..34d83953 100644
--- a/docs/colab/cli.md
+++ b/docs/colab/cli.md
@@ -5,12 +5,107 @@ slug: "/cli"
sidebar_position: 2
---
-Prerequisite:
-- [SPCTL](https://docs.superprotocol.com/cli/)—the Super Protocol CLI tool.
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
-### Prepare the solution
+## Before you begin: Create an account, get tokens, and set up SPCTL
-1. Build a Docker image with your script or application.
+1. Complete the first two steps of the guide [Log In as a Web3 User](https://docs.superprotocol.com/guides/log-in) (MetaMask is recommended).
+
+2. In the [Marketplace](https://marketplace.superprotocol.com/), click on your account name in the upper-right corner and select **Account**.
+
+
+
+
+
+3. In the Account window, copy your Super Wallet address and share it with your contact in Super Protocol to receive SPPI tokens.
+
+
+
+
+
+4. Save your web3 account private key.
+
+
4.1. In the Metamask window, click your current account name:
+ +
+4.2. Open **Account details**:
+ +
+4.3. Press the **Show private key** button in the **Details** tab:
+ +
+4.4. Copy and save your web3 account private key. You will need it to set up SPCTL—the Super Protocol CLI tool.
+ +5. Download SPCTL. + +6.1. Start a setup dialog:
+ +```shell +./spctl setup +``` + +6.2. Enter the following Access Token when prompted:
+ +``` +eyJhbGciOiJFUzI1NiJ9.eyJhZGRyZXNzIjoiMHhBN0E5NjQ4ZGE2QTg5QjBhNzFhNGMwRDQ2Y2FENDAwMDU3ODI3NGEyIiwiaWF0IjoxNjc5OTk4OTQyLCJleHAiOjE3NDMxMTQxNDJ9.x2lx90D733mToYYdOWhh4hhXn3YowFW4JxFjDFtI7helgp2uqekDHFgekT5yjbBWeHTzRap7SHbDC3VvMIDe0g +``` + +6.3. Enter your web3 account private key when prompted.
+ + +6.4. Answer `No` when promted about a Storj bucket. You can [configure Storj](/cli/#set-up-storj-access-optional) later or skip this step entirely.
+ + +When done, SPCTL creates `config.json` in its directory. If you need to update your account information, run `./spctl setup` again or modify `config.json` manually in a text editor. + +## Prepare the solution + +In the Super Protocol terms, a _solution_ refers to a utility, application, engine, or other software. + +1. Build a Docker image with your application. 2. Save and zip the image: @@ -27,43 +122,133 @@ docker save jupyter:latest | gzip > jupyter.tar.gz 3. Upload the archive using SPCTL: ```shell -./spctl files upload
+
+
+
+
+
+
## Contact Super Protocol
diff --git a/docs/guides/images/account-create-provider.png b/docs/guides/images/account-create-provider.png
deleted file mode 100644
index b510d88a..00000000
Binary files a/docs/guides/images/account-create-provider.png and /dev/null differ
diff --git a/docs/guides/images/all-orders.png b/docs/guides/images/all-orders.png
deleted file mode 100644
index f56148ae..00000000
Binary files a/docs/guides/images/all-orders.png and /dev/null differ
diff --git a/docs/guides/images/basurero.png b/docs/guides/images/basurero.png
deleted file mode 100644
index 466e43f3..00000000
Binary files a/docs/guides/images/basurero.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-connection-1.png b/docs/guides/images/check-confidentiality-connection-1.png
deleted file mode 100644
index 80ed75ee..00000000
Binary files a/docs/guides/images/check-confidentiality-connection-1.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-connection-2.png b/docs/guides/images/check-confidentiality-connection-2.png
deleted file mode 100644
index 07180cbe..00000000
Binary files a/docs/guides/images/check-confidentiality-connection-2.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-connection-3.png b/docs/guides/images/check-confidentiality-connection-3.png
deleted file mode 100644
index ca0fe767..00000000
Binary files a/docs/guides/images/check-confidentiality-connection-3.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-fingerprint.png b/docs/guides/images/check-confidentiality-fingerprint.png
deleted file mode 100644
index 99823539..00000000
Binary files a/docs/guides/images/check-confidentiality-fingerprint.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-menu.png b/docs/guides/images/check-confidentiality-menu.png
deleted file mode 100644
index 4f3412c3..00000000
Binary files a/docs/guides/images/check-confidentiality-menu.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-not-found.png b/docs/guides/images/check-confidentiality-not-found.png
deleted file mode 100644
index c9ffcc8e..00000000
Binary files a/docs/guides/images/check-confidentiality-not-found.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality-not-offer.png b/docs/guides/images/check-confidentiality-not-offer.png
deleted file mode 100644
index ee9aa8fa..00000000
Binary files a/docs/guides/images/check-confidentiality-not-offer.png and /dev/null differ
diff --git a/docs/guides/images/check-confidentiality.png b/docs/guides/images/check-confidentiality.png
deleted file mode 100644
index 4701e6eb..00000000
Binary files a/docs/guides/images/check-confidentiality.png and /dev/null differ
diff --git a/docs/guides/images/compatibility-issues-1.png b/docs/guides/images/compatibility-issues-1.png
deleted file mode 100644
index 3a70f312..00000000
Binary files a/docs/guides/images/compatibility-issues-1.png and /dev/null differ
diff --git a/docs/guides/images/compatibility-issues-2.png b/docs/guides/images/compatibility-issues-2.png
deleted file mode 100644
index a63354cf..00000000
Binary files a/docs/guides/images/compatibility-issues-2.png and /dev/null differ
diff --git a/docs/guides/images/compatibility-issues-3.png b/docs/guides/images/compatibility-issues-3.png
deleted file mode 100644
index 0b8854d7..00000000
Binary files a/docs/guides/images/compatibility-issues-3.png and /dev/null differ
diff --git a/docs/guides/images/compatibility-issues-4.png b/docs/guides/images/compatibility-issues-4.png
deleted file mode 100644
index de2f3cb3..00000000
Binary files a/docs/guides/images/compatibility-issues-4.png and /dev/null differ
diff --git a/docs/guides/images/confirm-transactions-error.png b/docs/guides/images/confirm-transactions-error.png
deleted file mode 100644
index 74e8e67d..00000000
Binary files a/docs/guides/images/confirm-transactions-error.png and /dev/null differ
diff --git a/docs/guides/images/confirm-transactions.png b/docs/guides/images/confirm-transactions.png
deleted file mode 100644
index 8fb195ac..00000000
Binary files a/docs/guides/images/confirm-transactions.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace-button.png b/docs/guides/images/enter-marketplace-button.png
deleted file mode 100644
index 9ed03485..00000000
Binary files a/docs/guides/images/enter-marketplace-button.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace-connect-wallet.png b/docs/guides/images/enter-marketplace-connect-wallet.png
deleted file mode 100644
index ab617ccd..00000000
Binary files a/docs/guides/images/enter-marketplace-connect-wallet.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace-metamask.png b/docs/guides/images/enter-marketplace-metamask.png
deleted file mode 100644
index ae037d61..00000000
Binary files a/docs/guides/images/enter-marketplace-metamask.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace-mm.png b/docs/guides/images/enter-marketplace-mm.png
deleted file mode 100644
index 97d04187..00000000
Binary files a/docs/guides/images/enter-marketplace-mm.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace-trust.png b/docs/guides/images/enter-marketplace-trust.png
deleted file mode 100644
index 80cb5e0a..00000000
Binary files a/docs/guides/images/enter-marketplace-trust.png and /dev/null differ
diff --git a/docs/guides/images/enter-marketplace.png b/docs/guides/images/enter-marketplace.png
deleted file mode 100644
index 81b14654..00000000
Binary files a/docs/guides/images/enter-marketplace.png and /dev/null differ
diff --git a/docs/guides/images/error.png b/docs/guides/images/error.png
deleted file mode 100644
index 21db0e24..00000000
Binary files a/docs/guides/images/error.png and /dev/null differ
diff --git a/docs/guides/images/extend-lease.png b/docs/guides/images/extend-lease.png
deleted file mode 100644
index 412de2a6..00000000
Binary files a/docs/guides/images/extend-lease.png and /dev/null differ
diff --git a/docs/guides/images/marketplace-mm-account-menu.png b/docs/guides/images/marketplace-mm-account-menu.png
deleted file mode 100644
index d0213d78..00000000
Binary files a/docs/guides/images/marketplace-mm-account-menu.png and /dev/null differ
diff --git a/docs/guides/images/marketplace-trust-account-menu.png b/docs/guides/images/marketplace-trust-account-menu.png
deleted file mode 100644
index 328059ba..00000000
Binary files a/docs/guides/images/marketplace-trust-account-menu.png and /dev/null differ
diff --git a/docs/guides/images/marketplace-web3acc-metamask.png b/docs/guides/images/marketplace-web3acc-metamask.png
deleted file mode 100644
index bce7e05b..00000000
Binary files a/docs/guides/images/marketplace-web3acc-metamask.png and /dev/null differ
diff --git a/docs/guides/images/marketplace-web3acc-trust.png b/docs/guides/images/marketplace-web3acc-trust.png
deleted file mode 100644
index 77e39b0d..00000000
Binary files a/docs/guides/images/marketplace-web3acc-trust.png and /dev/null differ
diff --git a/docs/guides/images/mas.png b/docs/guides/images/mas.png
deleted file mode 100644
index f3d3076a..00000000
Binary files a/docs/guides/images/mas.png and /dev/null differ
diff --git a/docs/guides/images/metamask-add-opbnb.png b/docs/guides/images/metamask-add-opbnb.png
deleted file mode 100644
index 6e3c53a3..00000000
Binary files a/docs/guides/images/metamask-add-opbnb.png and /dev/null differ
diff --git a/docs/guides/images/metamask-import-sppi-1.png b/docs/guides/images/metamask-import-sppi-1.png
deleted file mode 100644
index 5eb1bade..00000000
Binary files a/docs/guides/images/metamask-import-sppi-1.png and /dev/null differ
diff --git a/docs/guides/images/metamask-import-sppi-2.png b/docs/guides/images/metamask-import-sppi-2.png
deleted file mode 100644
index 6f623af0..00000000
Binary files a/docs/guides/images/metamask-import-sppi-2.png and /dev/null differ
diff --git a/docs/guides/images/metamask-import-sppi-3.png b/docs/guides/images/metamask-import-sppi-3.png
deleted file mode 100644
index 772d947d..00000000
Binary files a/docs/guides/images/metamask-import-sppi-3.png and /dev/null differ
diff --git a/docs/guides/images/metamask-install-password.png b/docs/guides/images/metamask-install-password.png
deleted file mode 100644
index cab23ee2..00000000
Binary files a/docs/guides/images/metamask-install-password.png and /dev/null differ
diff --git a/docs/guides/images/metamask-newacc-add.png b/docs/guides/images/metamask-newacc-add.png
deleted file mode 100644
index 97bc7426..00000000
Binary files a/docs/guides/images/metamask-newacc-add.png and /dev/null differ
diff --git a/docs/guides/images/metamask-newacc-menu.png b/docs/guides/images/metamask-newacc-menu.png
deleted file mode 100644
index 07a7cbaa..00000000
Binary files a/docs/guides/images/metamask-newacc-menu.png and /dev/null differ
diff --git a/docs/guides/images/metamask-newacc-name.png b/docs/guides/images/metamask-newacc-name.png
deleted file mode 100644
index 488fed8c..00000000
Binary files a/docs/guides/images/metamask-newacc-name.png and /dev/null differ
diff --git a/docs/guides/images/metamask-open.png b/docs/guides/images/metamask-open.png
deleted file mode 100644
index 632f2946..00000000
Binary files a/docs/guides/images/metamask-open.png and /dev/null differ
diff --git a/docs/guides/images/metamask-spending-cap.png b/docs/guides/images/metamask-spending-cap.png
deleted file mode 100644
index fa449ff7..00000000
Binary files a/docs/guides/images/metamask-spending-cap.png and /dev/null differ
diff --git a/docs/guides/images/metamask-transaction-manually.png b/docs/guides/images/metamask-transaction-manually.png
deleted file mode 100644
index 85b363fd..00000000
Binary files a/docs/guides/images/metamask-transaction-manually.png and /dev/null differ
diff --git a/docs/guides/images/metamask-transaction.png b/docs/guides/images/metamask-transaction.png
deleted file mode 100644
index b931579f..00000000
Binary files a/docs/guides/images/metamask-transaction.png and /dev/null differ
diff --git a/docs/guides/images/models-table.png b/docs/guides/images/models-table.png
deleted file mode 100644
index 451ddbae..00000000
Binary files a/docs/guides/images/models-table.png and /dev/null differ
diff --git a/docs/guides/images/models-tiles.png b/docs/guides/images/models-tiles.png
deleted file mode 100644
index db2af2b5..00000000
Binary files a/docs/guides/images/models-tiles.png and /dev/null differ
diff --git a/docs/guides/images/my-offers-account.png b/docs/guides/images/my-offers-account.png
deleted file mode 100644
index dfd02062..00000000
Binary files a/docs/guides/images/my-offers-account.png and /dev/null differ
diff --git a/docs/guides/images/my-offers-edit.png b/docs/guides/images/my-offers-edit.png
deleted file mode 100644
index fc3145ca..00000000
Binary files a/docs/guides/images/my-offers-edit.png and /dev/null differ
diff --git a/docs/guides/images/my-offers-new-offer.png b/docs/guides/images/my-offers-new-offer.png
deleted file mode 100644
index 0dd021e7..00000000
Binary files a/docs/guides/images/my-offers-new-offer.png and /dev/null differ
diff --git a/docs/guides/images/my-offers.png b/docs/guides/images/my-offers.png
deleted file mode 100644
index b74acd5f..00000000
Binary files a/docs/guides/images/my-offers.png and /dev/null differ
diff --git a/docs/guides/images/new-offer-go-to-offer.png b/docs/guides/images/new-offer-go-to-offer.png
deleted file mode 100644
index 0ebdadac..00000000
Binary files a/docs/guides/images/new-offer-go-to-offer.png and /dev/null differ
diff --git a/docs/guides/images/new-offer.png b/docs/guides/images/new-offer.png
deleted file mode 100644
index 52d03512..00000000
Binary files a/docs/guides/images/new-offer.png and /dev/null differ
diff --git a/docs/guides/images/offer-about.png b/docs/guides/images/offer-about.png
deleted file mode 100644
index dcc5f900..00000000
Binary files a/docs/guides/images/offer-about.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder-checklist.png b/docs/guides/images/offer-builder-checklist.png
deleted file mode 100644
index 9cfb733b..00000000
Binary files a/docs/guides/images/offer-builder-checklist.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder-description.png b/docs/guides/images/offer-builder-description.png
deleted file mode 100644
index a7768a57..00000000
Binary files a/docs/guides/images/offer-builder-description.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder-files.png b/docs/guides/images/offer-builder-files.png
deleted file mode 100644
index fda64942..00000000
Binary files a/docs/guides/images/offer-builder-files.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder-format.png b/docs/guides/images/offer-builder-format.png
deleted file mode 100644
index 53935551..00000000
Binary files a/docs/guides/images/offer-builder-format.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder-pricing.png b/docs/guides/images/offer-builder-pricing.png
deleted file mode 100644
index 9876cac5..00000000
Binary files a/docs/guides/images/offer-builder-pricing.png and /dev/null differ
diff --git a/docs/guides/images/offer-builder.png b/docs/guides/images/offer-builder.png
deleted file mode 100644
index a37f90e8..00000000
Binary files a/docs/guides/images/offer-builder.png and /dev/null differ
diff --git a/docs/guides/images/offer-pricing.png b/docs/guides/images/offer-pricing.png
deleted file mode 100644
index 01ad9eff..00000000
Binary files a/docs/guides/images/offer-pricing.png and /dev/null differ
diff --git a/docs/guides/images/order-builder-engine-settings.png b/docs/guides/images/order-builder-engine-settings.png
deleted file mode 100644
index 6cbba1c7..00000000
Binary files a/docs/guides/images/order-builder-engine-settings.png and /dev/null differ
diff --git a/docs/guides/images/order-builder-footer.png b/docs/guides/images/order-builder-footer.png
deleted file mode 100644
index 5099501f..00000000
Binary files a/docs/guides/images/order-builder-footer.png and /dev/null differ
diff --git a/docs/guides/images/order-builder-pay-now.png b/docs/guides/images/order-builder-pay-now.png
deleted file mode 100644
index 4e9d39f7..00000000
Binary files a/docs/guides/images/order-builder-pay-now.png and /dev/null differ
diff --git a/docs/guides/images/order-builder-queue.png b/docs/guides/images/order-builder-queue.png
deleted file mode 100644
index 63b9a31a..00000000
Binary files a/docs/guides/images/order-builder-queue.png and /dev/null differ
diff --git a/docs/guides/images/order-builder-trust-remote-code.png b/docs/guides/images/order-builder-trust-remote-code.png
deleted file mode 100644
index 423611f3..00000000
Binary files a/docs/guides/images/order-builder-trust-remote-code.png and /dev/null differ
diff --git a/docs/guides/images/order-builder.png b/docs/guides/images/order-builder.png
deleted file mode 100644
index 2694e8a5..00000000
Binary files a/docs/guides/images/order-builder.png and /dev/null differ
diff --git a/docs/guides/images/order-deployed-online.png b/docs/guides/images/order-deployed-online.png
deleted file mode 100644
index e0b2b336..00000000
Binary files a/docs/guides/images/order-deployed-online.png and /dev/null differ
diff --git a/docs/guides/images/order-error.png b/docs/guides/images/order-error.png
deleted file mode 100644
index 8ff08b21..00000000
Binary files a/docs/guides/images/order-error.png and /dev/null differ
diff --git a/docs/guides/images/order-events.png b/docs/guides/images/order-events.png
deleted file mode 100644
index bf2c0b34..00000000
Binary files a/docs/guides/images/order-events.png and /dev/null differ
diff --git a/docs/guides/images/order-online.png b/docs/guides/images/order-online.png
deleted file mode 100644
index 18fca47e..00000000
Binary files a/docs/guides/images/order-online.png and /dev/null differ
diff --git a/docs/guides/images/order-processing.png b/docs/guides/images/order-processing.png
deleted file mode 100644
index eb591876..00000000
Binary files a/docs/guides/images/order-processing.png and /dev/null differ
diff --git a/docs/guides/images/order-providers.png b/docs/guides/images/order-providers.png
deleted file mode 100644
index 0c244b8a..00000000
Binary files a/docs/guides/images/order-providers.png and /dev/null differ
diff --git a/docs/guides/images/order-tunnels.png b/docs/guides/images/order-tunnels.png
deleted file mode 100644
index 4f7e55e7..00000000
Binary files a/docs/guides/images/order-tunnels.png and /dev/null differ
diff --git a/docs/guides/images/order.png b/docs/guides/images/order.png
deleted file mode 100644
index 28ccba5a..00000000
Binary files a/docs/guides/images/order.png and /dev/null differ
diff --git a/docs/guides/images/stuck-login.png b/docs/guides/images/stuck-login.png
deleted file mode 100644
index 842ec2bc..00000000
Binary files a/docs/guides/images/stuck-login.png and /dev/null differ
diff --git a/docs/guides/images/trust-connect.png b/docs/guides/images/trust-connect.png
deleted file mode 100644
index 1e4a44b3..00000000
Binary files a/docs/guides/images/trust-connect.png and /dev/null differ
diff --git a/docs/guides/images/trust-import-sppi-1.png b/docs/guides/images/trust-import-sppi-1.png
deleted file mode 100644
index a4c39acc..00000000
Binary files a/docs/guides/images/trust-import-sppi-1.png and /dev/null differ
diff --git a/docs/guides/images/trust-import-sppi-2.png b/docs/guides/images/trust-import-sppi-2.png
deleted file mode 100644
index 786a08ec..00000000
Binary files a/docs/guides/images/trust-import-sppi-2.png and /dev/null differ
diff --git a/docs/guides/images/trust-import-sppi-3.png b/docs/guides/images/trust-import-sppi-3.png
deleted file mode 100644
index 74e584be..00000000
Binary files a/docs/guides/images/trust-import-sppi-3.png and /dev/null differ
diff --git a/docs/guides/images/trust-import-sppi-4.png b/docs/guides/images/trust-import-sppi-4.png
deleted file mode 100644
index 0b0314cf..00000000
Binary files a/docs/guides/images/trust-import-sppi-4.png and /dev/null differ
diff --git a/docs/guides/images/trust-import-sppi-5.png b/docs/guides/images/trust-import-sppi-5.png
deleted file mode 100644
index 1ae550f1..00000000
Binary files a/docs/guides/images/trust-import-sppi-5.png and /dev/null differ
diff --git a/docs/guides/images/trust-newwallet-create.png b/docs/guides/images/trust-newwallet-create.png
deleted file mode 100644
index 88f8daea..00000000
Binary files a/docs/guides/images/trust-newwallet-create.png and /dev/null differ
diff --git a/docs/guides/images/trust-newwallet-password.png b/docs/guides/images/trust-newwallet-password.png
deleted file mode 100644
index 5d8e61a5..00000000
Binary files a/docs/guides/images/trust-newwallet-password.png and /dev/null differ
diff --git a/docs/guides/images/trust-newwallet.png b/docs/guides/images/trust-newwallet.png
deleted file mode 100644
index c197813e..00000000
Binary files a/docs/guides/images/trust-newwallet.png and /dev/null differ
diff --git a/docs/guides/images/trust-open.png b/docs/guides/images/trust-open.png
deleted file mode 100644
index 48a23c01..00000000
Binary files a/docs/guides/images/trust-open.png and /dev/null differ
diff --git a/docs/guides/images/web2-account.png b/docs/guides/images/web2-account.png
deleted file mode 100644
index 528db2d7..00000000
Binary files a/docs/guides/images/web2-account.png and /dev/null differ
diff --git a/docs/guides/images/web3-account.png b/docs/guides/images/web3-account.png
deleted file mode 100644
index 46480abe..00000000
Binary files a/docs/guides/images/web3-account.png and /dev/null differ
diff --git a/docs/guides/images/web3-storage.png b/docs/guides/images/web3-storage.png
deleted file mode 100644
index 4cdd08ee..00000000
Binary files a/docs/guides/images/web3-storage.png and /dev/null differ
diff --git a/docs/guides/log-in.md b/docs/guides/log-in.md
index dd1bf7ce..944c3382 100644
--- a/docs/guides/log-in.md
+++ b/docs/guides/log-in.md
@@ -1,6 +1,6 @@
---
id: "log-in"
-title: "Log In as a Web3 user"
+title: "Log In as a Web3 User"
slug: "/log-in"
sidebar_position: 2
---
@@ -37,25 +37,25 @@ Super Protocol is not affiliated with MetaMask or Trust Wallet.
1.1. Open MetaMask.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+