diff --git a/apps/dashboard/src/app/nebula-app/(app)/data/examplePrompts.ts b/apps/dashboard/src/app/nebula-app/(app)/data/examplePrompts.ts index c9db512652c..b690752da83 100644 --- a/apps/dashboard/src/app/nebula-app/(app)/data/examplePrompts.ts +++ b/apps/dashboard/src/app/nebula-app/(app)/data/examplePrompts.ts @@ -22,7 +22,7 @@ Send native and ERC-20 currencies ### Deploy Deploy published contracts -- Deploy a Token ERC20 Contract +- Deploy a Token ERC20 Contract with name "Hello World" and description "My Hello Contract" on Ethereum. - Deploy a Split contract with two recipients. - Deploy an ERC1155 Contract named 'Hello World' with description 'Hello badges on Ethereum' @@ -30,7 +30,7 @@ Deploy published contracts Retrieve information about smart contracts. - What ERC standards are implemented by contract address 0x59325733eb952a92e069C87F0A6168b29E80627f on Ethereum? - What functions can I use to mint more of my contract's NFTs? -- What is the total supply of NFTs for my contract? +- What is the total supply of NFTs on 0x8a90CAb2b38dba80c64b7734e58Ee1dB38B8992e? ### Interact Query wallet balances, addresses, and token holdings. diff --git a/apps/portal/src/app/nebula/prompt-guide/page.mdx b/apps/portal/src/app/nebula/prompt-guide/page.mdx index 3f58228c460..c93e4a6a47d 100644 --- a/apps/portal/src/app/nebula/prompt-guide/page.mdx +++ b/apps/portal/src/app/nebula/prompt-guide/page.mdx @@ -20,8 +20,8 @@ Maximize the potential of Nebula. Whether you’re new to blockchain development |-----------------------------|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Bridge & Swap** | Bridge and swap native currencies | • "Swap 1 USDC to 1 USDT on the Ethereum Mainnet"
• "Bridge 0.5 ETH from Ethereum Mainnet to Polygon"
| | **Transfer** | Send native and ERC-20 currencies | • "Send 0.1 ETH to vitalik.eth"
• "Transfer 1 USDC to saminacodes.eth on Base"
| -| **Deploy** | Deploy published contracts | • "Deploy a Token ERC20 Contract"
• "Deploy a Split contract with two recipients."
• "Deploy an ERC1155 Contract named 'Hello World' with description 'Hello badges on Ethereum'"
| -| **Understand** | Retrieve information about smart contracts. | • "What ERC standards are implemented by contract address 0x59325733eb952a92e069C87F0A6168b29E80627f on Ethereum?"
• "What functions can I use to mint more of my contract's NFTs?"
• "What is the total supply of NFTs for my contract?" | +| **Deploy** | Deploy published contracts | • "Deploy a Token ERC20 Contract with name "Hello World" and description "My Hello Contract" on Ethereum."
• "Deploy a Split contract with two recipients."
• "Deploy an ERC1155 Contract named 'Hello World' with description 'Hello badges on Ethereum'"
| +| **Understand** | Retrieve information about smart contracts. | • "What ERC standards are implemented by contract address 0x59325733eb952a92e069C87F0A6168b29E80627f on Ethereum?"
• "What functions can I use to mint more of my contract's NFTs?"
• "What is the total supply of NFTs on 0x8a90CAb2b38dba80c64b7734e58Ee1dB38B8992e?" | | **Interact** | Query wallet balances, addresses, and token holdings. | • "How much ETH is in my wallet?"
• "What is the wallet address of vitalik.eth?"
• "Does my wallet hold USDC on Base?" | | **Explore** | Access blockchain-specific data. | • "What is the last block on zkSync?"
• "What is the current gas price on Avalanche C-Chain?"
• "Can you show me transaction details for 0xdfc450bb39e44bd37c22e0bfd0e5212edbea571e4e534d87b5cbbf06f10b9e04 on Optimism?" | | **Research** | Obtain details about tokens, their addresses, and current prices. | • "What is the address of USDC on Ethereum?"
• "Is there a UNI token on Arbitrum?"
• "What is the current price of ARB?" |