From dbd4e885b4990cfab36260dbcef20e818088c008 Mon Sep 17 00:00:00 2001 From: samina <57885104+saminacodes@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:27:37 -0700 Subject: [PATCH 1/3] Update page.mdx Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com> --- apps/portal/src/app/nebula/prompt-guide/page.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/app/nebula/prompt-guide/page.mdx b/apps/portal/src/app/nebula/prompt-guide/page.mdx index 0945e3350d1..17e3c028e12 100644 --- a/apps/portal/src/app/nebula/prompt-guide/page.mdx +++ b/apps/portal/src/app/nebula/prompt-guide/page.mdx @@ -6,10 +6,13 @@ Maximize the potential of Nebula. Whether you’re new to blockchain development | **Action** | **Description** | **Examples** | |-----------------------------|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Transfer** | Transfer native and ERC-20 currencies to another wallet | • "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?" | | **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?" | -| **Build** | Implement features using Web3 SDKs and tools. | • "How can I add a connect wallet button to my web app? I want to support users connecting with both email/social wallets and MetaMask and use smart wallets."
• "Can you show me how to claim an NFT from an ERC721 using TypeScript?"
• "I have an ERC1155 contract from thirdweb. Can you show me how to generate and mint with a signature?"
• "I have an ERC20 token. Can you show me how I'd use Engine to mint additional tokens to a user wallet?"
• "How can I query for the status of queued transactions on Engine?" | +| **Build** | Implement features using Web3 SDKs and tools. | • "How can I add a connect wallet button to my web app? I want to support users connecting with both email/social wallets and MetaMask and use smart wallets."
• "Can you show me how to claim an NFT from an ERC721 using TypeScript?"
• "I have an ERC1155 contract from thirdweb. Can you show me how to generate and mint with a signature?" | + From 7faf27722f943000138b9d4c2e4d9034a8e92a7c Mon Sep 17 00:00:00 2001 From: samina <57885104+saminacodes@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:19:26 -0700 Subject: [PATCH 2/3] Update page.mdx Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com> --- apps/portal/src/app/nebula/prompt-guide/page.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/nebula/prompt-guide/page.mdx b/apps/portal/src/app/nebula/prompt-guide/page.mdx index 17e3c028e12..eb5e33c0f13 100644 --- a/apps/portal/src/app/nebula/prompt-guide/page.mdx +++ b/apps/portal/src/app/nebula/prompt-guide/page.mdx @@ -6,8 +6,8 @@ Maximize the potential of Nebula. Whether you’re new to blockchain development | **Action** | **Description** | **Examples** | |-----------------------------|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **Transfer** | Transfer native and ERC-20 currencies to another wallet | • "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"
| +| **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?" | | **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?" | From 315ad70627c21157a899fd05933931fc7f860692 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Mon, 13 Jan 2025 11:31:34 +1300 Subject: [PATCH 3/3] Update page.mdx --- apps/portal/src/app/nebula/prompt-guide/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/nebula/prompt-guide/page.mdx b/apps/portal/src/app/nebula/prompt-guide/page.mdx index eb5e33c0f13..16b65e7cf42 100644 --- a/apps/portal/src/app/nebula/prompt-guide/page.mdx +++ b/apps/portal/src/app/nebula/prompt-guide/page.mdx @@ -7,7 +7,7 @@ Maximize the potential of Nebula. Whether you’re new to blockchain development | **Action** | **Description** | **Examples** | |-----------------------------|----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **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"
| +| **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?" | | **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?" |