Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/portal/src/app/insight/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Insight is a tool that lets you retrieve blockchain data from any EVM chain, enr
<Grid>

<ArticleCard
title="Blockchain Explorer"
title="Insight Introduction"
description="Create your own custom schemas and data to get specific data."
href="https://www.youtube.com/watch?v=U2aW7YIUJVw"
/>
Expand Down
6 changes: 6 additions & 0 deletions apps/portal/src/app/insight/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
Box,
Braces,
Brain,
ExternalLink,
MessageCircleQuestionIcon,
Rocket,
StickyNote,
Expand All @@ -25,6 +26,11 @@ export const sidebar: SideBar = {
href: `${insightSlug}/use-cases`,
icon: <StickyNote />,
},
{
name: "Playground",
href: "https://playground.thirdweb.com/insight",
icon: <ExternalLink />,
},
{
name: "Get Started",
href: `${insightSlug}/get-started`,
Expand Down
6 changes: 5 additions & 1 deletion apps/portal/src/app/nebula/faqs/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

### What underlying model does Nebula use?

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.

### Which contracts does Nebula support?
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.

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

### When will pricing be available for Nebula?

Pricing options will be available in beta. Nebula is still being tested in alpha.
Pricing options will be available in beta. Nebula is still being tested in alpha.
9 changes: 8 additions & 1 deletion apps/portal/src/app/nebula/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const metadata = createMetadata({

# Nebula

Nebula is a natural language model with improved blockchain reasoning, autonomous transaction capabilities, and real-time access to the blockchain.
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/)

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

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

<ArticleCard
title="Telegram AI Bot"
description="Learn how to use Nebula to deploy contracts and transact on Telegram"
href="https://www.youtube.com/watch?v=xrm0emiRGMk&t=1s"
/>

</Grid>

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

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

</Grid>

Expand Down