You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: farcaster/farcaster-frames/airstack-frames-sdk/allow-list.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ console.log(data);
228
228
229
229
## Check If Token(s) Hold By A Farcaster User
230
230
231
-
You can check if a Farcaster user is holding a given list of tokens across Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenholdbyfarcasteruser) function:
231
+
You can check if a Farcaster user is holding a given list of tokens across Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenholdbyfarcasteruser) function:
232
232
233
233
{% tabs %}
234
234
{% tab title="TypeScript" %}
@@ -329,7 +329,7 @@ console.log(data);
329
329
330
330
## Check If Token(s) Minted By A Farcaster User
331
331
332
-
You can check if a Farcaster user has minted a given list of tokens across Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenmintedbyfarcasteruser) function:
332
+
You can check if a Farcaster user has minted a given list of tokens across Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenmintedbyfarcasteruser) function:
333
333
334
334
{% tabs %}
335
335
{% tab title="TypeScript" %}
@@ -970,7 +970,7 @@ console.log(data);
970
970
Video Demo
971
971
{% endembed %}
972
972
973
-
You can check if the Farcaster user transacted on certain blockchain, e.g. Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by providing the Farcaster user's `fid` from the [Frame Signature Packet](https://docs.farcaster.xyz/reference/frames/spec#frame-signature-packet) to the `$farcasterUser` variable and the before date to check to the `$beforeDate` variable using the [`Wallet`](../../../api-references/api-reference/wallet-api.md) API:
973
+
You can check if the Farcaster user transacted on certain blockchain, e.g. Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by providing the Farcaster user's `fid` from the [Frame Signature Packet](https://docs.farcaster.xyz/reference/frames/spec#frame-signature-packet) to the `$farcasterUser` variable and the before date to check to the `$beforeDate` variable using the [`Wallet`](../../../api-references/api-reference/wallet-api.md) API:
Copy file name to clipboardExpand all lines: farcaster/farcaster-frames/airstack-frames-sdk/onchain-kit.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Here are some onchain data that you can integrate into your Frames:
12
12
13
13
- Get Trending Mints For Farcaster Users on Base
14
14
- Get All POAPs Attended By Farcaster User
15
-
- Get Farcaster User's Token Holdings on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
16
-
- Get Farcaster User's Token Mints on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
17
-
- Get Farcaster User's Token Transfers Sent on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
15
+
- Get Farcaster User's Token Holdings on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
16
+
- Get Farcaster User's Token Mints on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
17
+
- Get Farcaster User's Token Transfers Sent on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
18
18
- Get Farcaster User's Followers and Followings
19
19
- Get Farcaster Channels Participated and Hosted By Farcaster Users
20
20
@@ -414,7 +414,7 @@ console.log(data);
414
414
415
415
## getFarcasterUserNFTMints
416
416
417
-
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserNFTMints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusernftmints) function:
417
+
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserNFTMints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusernftmints) function:
418
418
419
419
{% tabs %}
420
420
{% tab title="TypeScript" %}
@@ -527,7 +527,7 @@ console.log(data);
527
527
528
528
## getFarcasterUserERC20Mints
529
529
530
-
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserERC20Mints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusererc20mints) function:
530
+
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserERC20Mints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusererc20mints) function:
531
531
532
532
{% tabs %}
533
533
{% tab title="TypeScript" %}
@@ -616,7 +616,7 @@ console.log(data);
616
616
617
617
## getFarcasterUserTokenSentFrom
618
618
619
-
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserTokenSentFrom`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokensentfrom) functions:
619
+
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserTokenSentFrom`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokensentfrom) functions:
620
620
621
621
{% tabs %}
622
622
{% tab title="TypeScript" %}
@@ -717,7 +717,7 @@ console.log(data);
717
717
718
718
## getFarcasterUserTokenReceivedBy
719
719
720
-
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`getFarcasterUserTokenReceivedBy`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokenreceivedby) function:
720
+
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`getFarcasterUserTokenReceivedBy`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokenreceivedby) function:
Copy file name to clipboardExpand all lines: farcaster/farcaster-frames/airstack-framesjs-middleware/allow-list.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ true
414
414
415
415
## Check If User Hold Certain Token
416
416
417
-
You can use the [`allowListFramesjsMiddleware`](https://www.npmjs.com/package/@airstack/frames#allow-list-middleware-1) to check if a user is holding certain token on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the `TOKEN_HOLD` and specify the token's `address` and `chain`:
417
+
You can use the [`allowListFramesjsMiddleware`](https://www.npmjs.com/package/@airstack/frames#allow-list-middleware-1) to check if a user is holding certain token on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the `TOKEN_HOLD` and specify the token's `address` and `chain`:
418
418
419
419
{% tabs %}
420
420
{% tab title="TypeScript" %}
@@ -514,7 +514,7 @@ true
514
514
515
515
## Check If User Minted Certain Token
516
516
517
-
You can use the [`allowListFramesjsMiddleware`](https://www.npmjs.com/package/@airstack/frames#allow-list-middleware-1) to check if a user has minted certain token on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the `TOKEN_HOLD` and specify the token's `address` and `chain`:
517
+
You can use the [`allowListFramesjsMiddleware`](https://www.npmjs.com/package/@airstack/frames#allow-list-middleware-1) to check if a user has minted certain token on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the `TOKEN_HOLD` and specify the token's `address` and `chain`:
Copy file name to clipboardExpand all lines: farcaster/farcaster-frames/airstack-frog-recipes-and-middleware/allow-list.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ console.log(data);
228
228
229
229
## checkTokenHoldByFarcasterUser
230
230
231
-
You can check if a Farcaster user is holding a given list of tokens across Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenholdbyfarcasteruser) function:
231
+
You can check if a Farcaster user is holding a given list of tokens across Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenholdbyfarcasteruser) function:
232
232
233
233
{% tabs %}
234
234
{% tab title="TypeScript" %}
@@ -326,7 +326,7 @@ console.log(data);
326
326
327
327
## checkTokenMintedByFarcasterUser
328
328
329
-
You can check if a Farcaster user has minted a given list of tokens across Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenmintedbyfarcasteruser) function:
329
+
You can check if a Farcaster user has minted a given list of tokens across Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`checkTokenHoldByFarcasterUser`](https://github.com/Airstack-xyz/airstack-frames-sdk?tab=readme-ov-file#checktokenmintedbyfarcasteruser) function:
Copy file name to clipboardExpand all lines: farcaster/farcaster-frames/airstack-frog-recipes-and-middleware/onchain-data.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Here are some onchain data that you can integrate into your Frames:
12
12
13
13
- Get Trending Mints For Farcaster Users on Base
14
14
- Get All POAPs Attended By Farcaster User
15
-
- Get Farcaster User's Token Holdings on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
16
-
- Get Farcaster User's Token Mints on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
17
-
- Get Farcaster User's Token Transfers Sent on Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains)
15
+
- Get Farcaster User's Token Holdings on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
16
+
- Get Farcaster User's Token Mints on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
17
+
- Get Farcaster User's Token Transfers Sent on Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains)
18
18
- Get Farcaster User's Followers and Followings
19
19
- Get Farcaster Channels Participated and Hosted By Farcaster Users
20
20
@@ -414,7 +414,7 @@ console.log(data);
414
414
415
415
## getFarcasterUserNFTMints
416
416
417
-
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserNFTMints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusernftmints) function:
417
+
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserNFTMints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusernftmints) function:
418
418
419
419
{% tabs %}
420
420
{% tab title="TypeScript" %}
@@ -527,7 +527,7 @@ console.log(data);
527
527
528
528
## getFarcasterUserERC20Mints
529
529
530
-
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserERC20Mints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusererc20mints) function:
530
+
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserERC20Mints`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusererc20mints) function:
531
531
532
532
{% tabs %}
533
533
{% tab title="TypeScript" %}
@@ -616,7 +616,7 @@ console.log(data);
616
616
617
617
## getFarcasterUserTokenSentFrom
618
618
619
-
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserTokenSentFrom`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokensentfrom) functions:
619
+
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`getFarcasterUserTokenSentFrom`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokensentfrom) functions:
620
620
621
621
{% tabs %}
622
622
{% tab title="TypeScript" %}
@@ -717,7 +717,7 @@ console.log(data);
717
717
718
718
## getFarcasterUserTokenReceivedBy
719
719
720
-
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`getFarcasterUserTokenReceivedBy`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokenreceivedby) function:
720
+
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains) by using the [`getFarcasterUserTokenReceivedBy`](https://github.com/Airstack-xyz/airstack-frames-sdk/tree/main?tab=readme-ov-file#getfarcasterusertokenreceivedby) function:
Copy file name to clipboardExpand all lines: farcaster/farcaster/activate-kit-for-farcaster-auth-kit.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1066,7 +1066,7 @@ Show me Farcaster user with address 0xD7029BDEa1c17493893AAfE29AAD69EF892B8ff2 h
1066
1066
1067
1067
## Get NFT Mints By A Farcaster User
1068
1068
1069
-
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1069
+
You can fetch all NFTs minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1070
1070
1071
1071
{% hint style="info" %}
1072
1072
For fetching NFT mints data from multiple chains, check out [Cross-Chain Queries](../../guides/basics/cross-chain-queries.md).
@@ -1159,7 +1159,7 @@ Show me all NFTs minted by a Farcaster user with address 0xeaf55242a90bb3289dB81
1159
1159
1160
1160
## Get ERC20 Token Mints By A Farcaster User
1161
1161
1162
-
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1162
+
You can fetch all ERC20 tokens minted by a Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1163
1163
1164
1164
{% hint style="info" %}
1165
1165
For fetching ERC20 mints data from multiple chains, check out [Cross-Chain Queries](../../guides/basics/cross-chain-queries.md).
@@ -1234,7 +1234,7 @@ Show me all ERC20 tokens minted by Farcaster user with address 0xB59Aa5Bb9270d44
1234
1234
1235
1235
## Get Token Transfers Sent From A Farcaster User
1236
1236
1237
-
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1237
+
You can fetch all token transfers sent by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1238
1238
1239
1239
{% hint style="info" %}
1240
1240
For fetching token transfers data sent from a Farcaster user from multiple chains, check out [Cross-Chain Queries](../../guides/basics/cross-chain-queries.md).
@@ -1326,7 +1326,7 @@ Show me token transfers sent from Farcaster usre with address 0xeaf55242a90bb328
1326
1326
1327
1327
## Get Token Transfers Received By A Farcaster User
1328
1328
1329
-
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Zora, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1329
+
You can fetch all token transfers received by a given Farcaster user across multiple chains, such as Ethereum, Base, Degen Chain, and other [Airstack-supported chains](overview.md#supported-chains), by using the [`TokenTransfers`](../../api-references/api-reference/tokentransfers-api.md) API:
1330
1330
1331
1331
{% hint style="info" %}
1332
1332
For fetching token transfers data received by a Farcaster user from multiple chains, check out [Cross-Chain Queries](../../guides/basics/cross-chain-queries.md).
0 commit comments