Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/examples/standalone/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ the following prompt will run the AI Agent to create a seller for the Agent wall

Blockchain used: Base Sepolia (defined by configId "staging-84532-0")

When successful, the create seller can be explored in the Boson dApp: https://interface-staging.on-fleek.app/#/sellers?configId=staging-84532-0&page=0&sortBy=validFromDate%3Adesc
When successful, the created seller can be explored in the Boson dApp: https://boson-dapp-staging.pages.dev/#/sellers?configId=staging-84532-0&page=0&sortBy=validFromDate%3Adesc

Enter the following prompt (all in one line):
```
Expand Down Expand Up @@ -167,7 +167,7 @@ the following prompt will run the AI Agent to create an offer for the product "*

Blockchain used: Base Sepolia (defined by configId "staging-84532-0")

When successful, the create offer can be explored in the Boson dApp: https://interface-staging.on-fleek.app/#/products?configId=staging-84532-0&page=0&sortBy=validFromDate%3Adesc
When successful, the created offer can be explored in the Boson dApp: https://boson-dapp-staging.pages.dev/#/products?configId=staging-84532-0&page=0&sortBy=validFromDate%3Adesc

```
# Create an Offer
Expand Down
Loading