Skip to content

Commit f693ab8

Browse files
authored
[Portal] Minor docs updates for Nebula (#6320)
1 parent 208b052 commit f693ab8

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

apps/portal/src/app/insight/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Insight is a tool that lets you retrieve blockchain data from any EVM chain, enr
5656
<Grid>
5757

5858
<ArticleCard
59-
title="Blockchain Explorer"
59+
title="Insight Introduction"
6060
description="Create your own custom schemas and data to get specific data."
6161
href="https://www.youtube.com/watch?v=U2aW7YIUJVw"
6262
/>

apps/portal/src/app/insight/sidebar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Box,
55
Braces,
66
Brain,
7+
ExternalLink,
78
MessageCircleQuestionIcon,
89
Rocket,
910
StickyNote,
@@ -25,6 +26,11 @@ export const sidebar: SideBar = {
2526
href: `${insightSlug}/use-cases`,
2627
icon: <StickyNote />,
2728
},
29+
{
30+
name: "Playground",
31+
href: "https://playground.thirdweb.com/insight",
32+
icon: <ExternalLink />,
33+
},
2834
{
2935
name: "Get Started",
3036
href: `${insightSlug}/get-started`,

apps/portal/src/app/nebula/faqs/page.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
We are rolling out Nebula approval in batches daily - stay tuned!
66

7+
### What underlying model does Nebula use?
8+
9+
During Alpha, we are primarily testing the t0 model while conducting limited trials of the upcoming t1 model. The t0 model utilizes a mixture-of-agents architecture. We are targeting an early Q2 launch for t1, and will provide additional details around launch.
10+
711
### Which contracts does Nebula support?
812
Nebula supports the read and write context of any verified contract or any contract on the thirdweb dashboard. For deploying through Nebula, supported contracts include [Token - ERC20](https://thirdweb.com/thirdweb.eth/TokenERC20), [NFT Collection - ERC721](https://thirdweb.com/thirdweb.eth/TokenERC721), [Edition - ERC1155](https://thirdweb.com/thirdweb.eth/TokenERC1155), and [Split](https://thirdweb.com/thirdweb.eth/Split) contracts.
913

@@ -21,4 +25,4 @@ Nebula is not currently open source. We are exploring open sourcing Nebula in th
2125

2226
### When will pricing be available for Nebula?
2327

24-
Pricing options will be available in beta. Nebula is still being tested in alpha.
28+
Pricing options will be available in beta. Nebula is still being tested in alpha.

apps/portal/src/app/nebula/page.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const metadata = createMetadata({
1515

1616
# Nebula
1717

18-
Nebula is a natural language model with improved blockchain reasoning, autonomous transaction capabilities, and real-time access to the blockchain.
18+
Nebula is a natural language model with improved blockchain reasoning, autonomous transaction capabilities, and real-time access to the blockchain. [Learn more about Nebula.](https://blog.thirdweb.com/introducing-nebula-a-powerful-blockchain-model-to-read-write-and-reason-onchain/)
1919

2020
Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.com/nebula)
2121

@@ -61,6 +61,12 @@ Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.co
6161
href="https://www.youtube.com/watch?v=vBooJytkXa4&t=596s"
6262
/>
6363

64+
<ArticleCard
65+
title="Telegram AI Bot"
66+
description="Learn how to use Nebula to deploy contracts and transact on Telegram"
67+
href="https://www.youtube.com/watch?v=xrm0emiRGMk&t=1s"
68+
/>
69+
6470
</Grid>
6571

6672
## Templates
@@ -69,6 +75,7 @@ Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.co
6975

7076
<GithubTemplateCard title="Bouncer Eliza Agent" href="https://github.com/thirdweb-example/bouncer-eliza-agent" />
7177
<GithubTemplateCard title="Block Explorer" href="https://github.com/thirdweb-example/nebula-block-explorer" />
78+
<GithubTemplateCard title="ERC-20 Token Deployer" href="https://github.com/thirdweb-example/erc20-token-deployer" />
7279

7380
</Grid>
7481

0 commit comments

Comments
 (0)