Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/colab/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ Register accounts and set up SPCTL—the Super Protocol CLI tool.
<br/>
<br/>

3. In the Account window, copy your Super Wallet address and share it with your contact in Super Protocol to receive SPPI tokens.

<img src={require('./images/2.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>
3. In the Account window, copy your **Login Wallet** address and share it with your contact in Super Protocol to receive SPPI tokens.

### Set up SPCTL

Expand Down Expand Up @@ -326,9 +322,9 @@ The command will show the order report and save it to the `report.json` file in
"type": "Data",
"size": 12901,
"hash": {
"algo": "sha256",
"hash": "8598805cd2136a4beff17559a7228854f6a8cc0b027856ea5c196fb8d0602501",
"encoding": "hex"
"algo": "sha256",
"hash": "8598805cd2136a4beff17559a7228854f6a8cc0b027856ea5c196fb8d0602501",
"encoding": "hex"
}
},
```
Expand Down
8 changes: 4 additions & 4 deletions docs/colab/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Log in and get tokens.
<br/>
<br/>

4. In the Account window, copy your Super Wallet address and share it with your contact in Super Protocol to receive SPPI tokens.
4. In the Account window, copy your **Super Wallet** address and share it with your contact in Super Protocol to receive SPPI tokens.

<img src={require('./images/2.png').default} width="auto" height="auto" border="1"/>
<br/>
Expand Down Expand Up @@ -87,9 +87,9 @@ The command shows the order report and saves it to the `report.json` file in the
"type": "Data",
"size": 12901,
"hash": {
"algo": "sha256",
"hash": "8598805cd2136a4beff17559a7228854f6a8cc0b027856ea5c196fb8d0602501",
"encoding": "hex"
"algo": "sha256",
"hash": "8598805cd2136a4beff17559a7228854f6a8cc0b027856ea5c196fb8d0602501",
"encoding": "hex"
}
},
```
Expand Down
131 changes: 131 additions & 0 deletions docs/guides/log-in-trustwallet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
---
id: "log-in-trustwallet"
title: "Log In with Trust Wallet"
slug: "/log-in-trustwallet"
sidebar_position: 2
---

This guide provides step-by-step instructions on how to log in to [Super Protocol Marketplace](https://marketplace.superprotocol.com/) as a Web3 user using Trust Wallet—a popular, free, non-custodial software wallet.

:::important

Super Protocol is not affiliated with Trust Wallet.

:::

## Before you begin

Install the Trust Wallet extension for your browser:

- [Trust Wallet for Chromium](https://chromewebstore.google.com/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph) (Google Chrome, Microsoft Edge, Opera, Brave)
- [Trust Wallet for Safari](https://apps.apple.com/us/app/trust-crypto-bitcoin-wallet/id1288339409)

## Step 1. Create a new wallet address

Although you can use an existing EVM wallet address, it is recommended that you create a new one specifically for Super Protocol.

1.1. Open Trust Wallet.

<img src={require('../marketplace/images/trust-open.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

1.2. Click your current account name, and then **Add new wallet**.

<img src={require('../marketplace/images/trust-newwallet.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

1.3. Select **Create a new wallet**.

<img src={require('../marketplace/images/trust-newwallet-create.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

1.4. Confirm your Trust Wallet password and click **Next**.

<img src={require('../marketplace/images/trust-newwallet-password.png').default} width="auto" height="auto" border="1"/>
<br/>

## Step 2. Connect the account

2.1. Open the [Marketplace web app](https://marketplace.superprotocol.com/) and press **Enter Marketplace**.

<img src={require('../marketplace/images/enter-marketplace-button.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

2.2. Select **Connect Wallet**.

<img src={require('../marketplace/images/enter-marketplace-connect-wallet.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

2.3 Select **Trust Wallet**.

<img src={require('../marketplace/images/enter-marketplace-trust.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

2.4. In the Trust Wallet window, press **Connect** and then **Confirm** the signature request.

<img src={require('../marketplace/images/trust-connect.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

2.5. If you connect successfully, you will see your account address in the top-right corner of the Marketplace screen.

<img src={require('../marketplace/images/marketplace-web3acc-trust.png').default} width="auto" height="auto" border="1"/>
<br/>

## Step 3. Get tokens

Web3 users need two types of tokens:

- SPPI tokens to pay and receive payments in Super Protocol.
- BNB tokens to pay for opBNB blockchain transactions.

Both types are necessary to place <a id="order"><span className="dashed-underline">orders</span></a>. During the testnet, you can request free tokens in the **Account** setting.

<img src={require('../marketplace/images/marketplace-trust-account-menu.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

There is a limit to the daily amount of tokens you can get. Check the [Testnet Limitations](/marketplace/limitations).

## Step 4. Import SPPI tokens (optional)

To see your SPPI token balance in Trust Wallet, import the token.

4.1. Open Trust Wallet, go to the **Crypto** tab and click **Manage crypto** at the bottom of the list.

<img src={require('../marketplace/images/trust-import-sppi-1.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

4.2. Click **Don't see your crypto? Import**.

<img src={require('../marketplace/images/trust-import-sppi-2.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

4.3. Find **OpBNB** in the list of networks.

<img src={require('../marketplace/images/trust-import-sppi-3.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

4.4. Add the following address: `0xDb8E4557E34256d3E8bBA0f7796Cf633a8F08C27`. Ensure the Super Protocol Incentives Token (SPPI) is found. Click **Add token**.

<img src={require('../marketplace/images/trust-import-sppi-4.png').default} width="auto" height="auto" border="1"/>
<br/>
<br/>

4.5. Check that SPPI has appeared in the **Tokens** tab.

<img src={require('../marketplace/images/trust-import-sppi-5.png').default} width="auto" height="auto" border="1"/>
<br/>

## Contact Super Protocol

If you face any issues, contact Super Protocol on [Discord](https://discord.gg/superprotocol) or via the [contact form](https://superprotocol.zendesk.com/hc/en-us/requests/new).
Loading
Loading