We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514f9cf commit b830de0Copy full SHA for b830de0
apps/portal/src/app/nebula/get-started/page.mdx
@@ -87,6 +87,8 @@ import {
87
This function processes the API's response and executes blockchain transactions.
88
89
```jsx
90
+import { generateAccount } from "thirdweb/wallets";
91
+
92
async function handleNebulaResponse(response) {
93
const client = createThirdwebClient({
94
secretKey: process.env.THIRDWEB_SECRET_KEY,
0 commit comments