Skip to content

Commit 6588ea4

Browse files
authored
Docs/manifest builder section (#228)
* added tailwind v3 * added base builder to manifest * added base builder to manifest examples
1 parent 7589936 commit 6588ea4

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/mini-apps/features/manifest.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ If your Mini App does not show in search, follow the debugging guide [here](/min
5555
"payload": "eyJkb21haW4iOiJhcHAuZXhhbXBsZS5jb20ifQ",
5656
"signature": "MHgxMGQwZGU4ZGYwZDUwZTdmMGIxN2YxMTU2NDI1MjRmZTY0MTUyZGU4ZGU1MWU0MThiYjU4ZjVmZmQxYjRjNDBiNGVlZTRhNDcwNmVmNjhlMzQ0ZGQ5MDBkYmQyMmNlMmVlZGY5ZGQ0N2JlNWRmNzMwYzUxNjE4OWVjZDJjY2Y0MDFj"
5757
},
58+
"baseBuilder": {
59+
"allowedAddresses": ["0x..."]
60+
},
5861
"frame": {
5962
"version": "1",
6063
"name": "Example Mini App",
@@ -96,6 +99,7 @@ For a visual mapping of how fields render, see the [Mini App specification refer
9699
|---------------------|--------|----------|---------------------------------------------------|
97100
| `accountAssociation`| object | Yes | Proves domain ownership for your Mini App. |
98101
| `frame` | object | Yes | Contains all metadata used by Base App. |
102+
| `baseBuilder` | object | Yes | This verifies ownership and connects your Base Build account. |
99103

100104

101105
### `accountAssociation` fields
@@ -106,6 +110,13 @@ For a visual mapping of how fields render, see the [Mini App specification refer
106110
| `payload` | string | Yes | Encoded payload containing your domain. |
107111
| `signature` | string | Yes | Signature over the payload. |
108112

113+
### `baseBuilder` fields
114+
115+
| Property | Type | Required | Description |
116+
|-------------|--------|----------|----------------------------------------------|
117+
| `allowedAddresses` | string | Yes | This verifies ownership and connects your Base Build account. |
118+
119+
109120

110121
### `frame` fields
111122

docs/mini-apps/troubleshooting/common-issues.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ Use the Coinbase Wallet validator for Base App compatibility analysis. This AI-p
151151
"header": "your-farcaster-header",
152152
"payload": "your-farcaster-payload",
153153
"signature": "your-farcaster-signature"
154+
},
155+
"baseBuilder": {
156+
"allowedAddresses": ["0x..."]
154157
},
155158
"frame": {
156159
"name": "Your Mini App",

0 commit comments

Comments
 (0)