You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/portal/src/app/nebula/page.mdx
+70-3Lines changed: 70 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,74 @@ Natural language model with blockchain reasoning, autonomous transaction capabil
4
4
5
5
Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.com/nebula)
6
6
7
-
### With Nebula, you can:
7
+
## What Can Nebula Do?
8
+
9
+
### Smart Contract Intelligence
10
+
- Analyze any smart contract's functionality and features
11
+
- Explain contract interfaces and supported standards
12
+
- Read contract data and state
13
+
- Help you understand function behaviors and parameters
14
+
- Decode complex contract interactions
15
+
- Retrieve detailed contract metadata and source code analysis
16
+
17
+
### Blockchain Network Information
18
+
- Provide real-time network status and gas prices
19
+
- Explain block and transaction details
20
+
- Help you understand blockchain network specifications
21
+
- Offer insights about different blockchain networks
22
+
- Track transaction status and history
23
+
- Access detailed chain metadata including RPC endpoints
24
+
25
+
### Token Analysis
26
+
- Look up token information across different networks
27
+
- Track token prices and market data
28
+
- Explain token standards and implementations
29
+
- Help you understand token bridges and cross-chain aspects
30
+
- Monitor trading pairs and liquidity
31
+
- Fetch token metadata and current exchange rates
32
+
33
+
### Transaction and Wallet Management
34
+
- Retrieve detailed transaction information using transaction hashes
35
+
- Provide wallet balance and transaction history
36
+
37
+
### thirdweb Product Guidance
38
+
39
+
- Connect Integration: Implement wallet connections and social login setups with how-to guides and code snippets for user authentication flows and wallet management strategies.
40
+
- Smart Contract Development: Deploy smart contracts and manage permissions with practical examples and code snippets for contract interaction and NFT minting.
41
+
- Account Abstraction: How to use thirdweb Account Abstraction services to provide a seamless user experience for your users.
42
+
- Engine Implementation: Integrate backend systems with thirdweb Engine using transaction management and API implementation examples.
43
+
44
+
45
+
## Example Questions You Can Ask
46
+
47
+
### Understanding Smart Contracts
48
+
- "What ERC standards are implemented by contract address 0x59325733eb952a92e069C87F0A6168b29E80627f on Ethereum?"
49
+
- "What functions can I use to mint more of my contract's NFTs?"
50
+
- "What is the total supply of NFTs for my contract?"
51
+
52
+
### Interacting with wallets
53
+
- "How much ETH is in my wallet?"
54
+
- "What is the wallet address of vitalik.eth?"
55
+
- "Does my wallet hold USDC on Base?"
56
+
57
+
### Exploring Blockchain Networks
58
+
- "What is the last block on zkSync?"
59
+
- "What is the current gas price on Avalanche C-Chain?"
60
+
- "Can you show me transaction details for 0xdfc450bb39e44bd37c22e0bfd0e5212edbea571e4e534d87b5cbbf06f10b9e04 on Optimism?"
61
+
62
+
### Researching Tokens and Prices
63
+
- "What is the address of USDC on Ethereum?"
64
+
- "Is there a UNI token on Arbitrum?"
65
+
- "What is the current price of ARB?"
66
+
67
+
### Building with thirdweb
68
+
- "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."
69
+
- "Can you show me how to claim an NFT from an ERC721 using TypeScript?"
70
+
- "I have an ERC1155 contract from thirdweb. Can you show me how to generate and mint with a signature?"
71
+
- "I have an ERC20 token. Can you show me how I'd use Engine to mint additional tokens to a user wallet?"
72
+
- "How can I query for the status of queued transactions on Engine?"
73
+
74
+
## What Can You Build With Nebula?
8
75
9
76
- Chat with an AI with blockchain context - answer questions about transactions, wallets, and smart contracts in real-time
10
77
- Create code editors that can write web3 apps & games
@@ -16,5 +83,5 @@ Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.co
16
83
- Create NFT collection managers that can mint, list, and track market activity
17
84
- Enable automated customer support for web3 products
18
85
19
-
###Supported Chains
20
-
Nebula is supported on every EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist).
86
+
## Supported Chains
87
+
Nebula is supported on every EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist).
0 commit comments