Marketplace GUI
Marketplace graphical interface (GUI) is a user-friendly web interface to Marketplace. It also provides an interactive learning experience for new users. GUI serves as a companion tool to the Super Protocol command-line interface (CLI) tool SPCTL. However, GUI capabilities are currently limited so it is not a full alternative to CLI.
Go to Marketplace GUI: marketplace.superprotocol.com
Follow the First steps and Marketplace walkthrough guides to start using the Super Protocol Marketplace.
Content
| Guide | Description |
|---|---|
| First steps | Set up MetaMask and Marketplace GUI |
| Marketplace walkthrough | Create a sample order in the Marketplace GUI |
| Check confidentiality | Check if a domain is secure and deployed inside a Trusted Execution Emvironment |
| Moderation | Pass the offer verification to move your offer into the Approved category |
Available in the Marketplace GUI
The things you can do in the Marketplace GUI and the their respective CLI commands:
| Function | SPCTL Command |
|---|---|
| View details of offers available on blockchain | offers |
| Create orders using offers | workflows create |
| Use your own data for the solution offers | workflows create |
| Generate encryption keys for orders | workflows generate-key |
| See list of all your orders | orders list |
| See details and statuses of specific orders | orders get |
| Replenish order deposits | orders replenish-deposit |
| Cancel orders | orders cancel |
| Receive order results | orders download-result |
Available in the Marketplace CLI only
The most important functions available only in SPCTL:
| Function | SPCTL Command |
|---|---|
| Upload files to storage | files upload |
| Create orders using your solutions | workflows create |
| Update an offer | offers update and offers update-slot |
| Update a provider | providers update |
Refer to the Providers and offers guide to register a provider and create a solution or data offer.