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
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const metadata = {
};


## AWS KMS wallet
# AWS KMS wallet

An AWS KMS Wallet is a wallet securely stored in your AWS account. Engine can create and transact with the wallet, but not delete it.

<Callout variant="info" title="AWS KMS Support">
AWS KMS wallets are not currently supported on Engine Cloud. They are currently supported on Engine Dedicated v2, and will be available soon with Dedicated v3.
AWS KMS wallets are not currently supported on Engine Cloud. They are currently supported on Engine Dedicated v2, and will be available soon with Dedicated v3.
</Callout>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const metadata = {
"Learn how to set up a Circle wallet with thirdweb Engine.",
};

## Circle Wallet
# Circle Wallet

[Circle Programmable Wallets](https://developers.circle.com/w3s/programmable-wallets) is a Wallet as a Service (WaaS) solution designed to simplify the creation and management of secure Web3 wallets and their private keys. Engine can create and transact with the wallet, but not delete it.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Details } from "@doc";

## Google Cloud KMS wallet
# Google Cloud KMS wallet

A Google Cloud KMS Wallet is a wallet securely stored in your Google Cloud account. Engine can create and transact with the wallet, but not delete it.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Details } from "@doc";

## Smart Server Wallets
# Smart Server Wallets

Smart server wallets are the recommended way to perform blockchain operations with Engine. Each smart server wallet consists of an EOA (managed internally by Engine) and a smart account (using thirdweb's default account implementation).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const metadata = createMetadata({
"Engine performs blockchain actions using server wallets that you own and manage.",
});

## Create a wallet
# Create a wallet

For AWS or Google Cloud KMS wallets, you must provide your credentials.

Expand Down
3 changes: 2 additions & 1 deletion apps/portal/src/app/nebula/api-reference/chat/page.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { EndpointMetadata } from './EndpointMetadata';

<EndpointMetadata />

# Chat Actions

Chat actions represent blockchain transactions or operations that Nebula has prepared in response to your request. The response includes both a detailed explanation in the `message` field and the actual transaction data in the `actions` array.

<EndpointMetadata />

**Example Response with Chat Action:**
```json
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Clear Session

<EndpointMetadata />
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Create Session

<EndpointMetadata />
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Delete Session

<EndpointMetadata />
2 changes: 2 additions & 0 deletions apps/portal/src/app/nebula/api-reference/execute/page.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Execute Action

<EndpointMetadata />
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Get Session

<EndpointMetadata />
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# List Sessions

<EndpointMetadata />
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EndpointMetadata } from './EndpointMetadata';

# Update Session

<EndpointMetadata />
162 changes: 0 additions & 162 deletions apps/portal/src/app/pay/customization/connectbutton/page.mdx

This file was deleted.

Loading
Loading