Skip to content

Commit 9255189

Browse files
Auto-update guide cards metadata [skip ci]
1 parent 9f01187 commit 9255189

File tree

1 file changed

+9
-50
lines changed

1 file changed

+9
-50
lines changed

guides/guide-cards.json

Lines changed: 9 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,47 @@
11
{
2-
"lastUpdated": "2025-07-16T06:30:44.461Z",
3-
"totalCards": 12,
2+
"lastUpdated": "2025-09-08T16:47:03.693Z",
3+
"totalCards": 6,
44
"sections": [
55
{
66
"title": "Game Developers",
77
"cards": [
88
{
99
"title": "Build a Mobile Game with Unity + Sequence",
10-
"img": "/images/unity/jellyforest.webp",
10+
"img": "/images/unity/jellyforest-iphone.jpg",
1111
"href": "/guides/jelly-forest-unity-guide",
1212
"description": "Learn how to build an engaging iOS and Android game that uses Sequence Embedded Wallets under the hood for an integrated marketplace and in-game currency."
1313
},
14-
{
15-
"title": "Integrate Sequence Wallets with a Telegram Mini-App",
16-
"img": "/images/guides/telegram/telegram-miniapp.webp",
17-
"href": "/guides/telegram-integration",
18-
"description": "Follow our integration guide to learn how to integrate a Sequence Embedded Wallet into a Telegram App to support your users on EVM chains."
19-
},
2014
{
2115
"title": "How to build a Game with Unreal Engine",
22-
"img": "/images/guides/overview/unreal-ew-guide.png",
16+
"img": "/images/guides/overview/unreal-ew-guide.th.png",
2317
"href": "/guides/unreal-ew-guide",
2418
"description": "Use Sequence's Unreal SDK to display Embedded Wallet information, sign messages, and send transactions."
2519
},
2620
{
2721
"title": "Create a Dungeon Crawler Game with AI Generated Rewards",
28-
"img": "/images/guides/treasure-chest/dungeonMinter.png",
22+
"img": "/images/guides/treasure-chest/dungeonMinter.th.png",
2923
"href": "/guides/treasure-chest-guide",
3024
"description": "With this tutorial, build a web-based maze where lootbox items are generated using AI and dynamically minted into the player's universal wallet."
3125
},
3226
{
3327
"title": "Build a WebGL Game in Typescript",
34-
"img": "/images/aviator.png",
28+
"img": "/images/aviator.th.jpg",
3529
"href": "/guides/webgl-guide",
3630
"description": "Follow a step by step guide to build a web-based game demo that leverages Sequence Embedded Wallet with custom in-game achievement tokens."
3731
},
3832
{
3933
"title": "Sell Game Items via a Web Shop",
40-
"img": "/images/guides/overview/primary-sales.png",
34+
"img": "/images/guides/overview/primary-sales.th.jpg",
4135
"href": "/guides/primary-sales",
4236
"description": "Accelerate your game growth by selling items directly to your players. In this guide, we will go over the steps how to deploy a Primary Sale contract using any custom or existing currency for a webshop that utilizes game items from a ERC1155 contract."
4337
},
4438
{
45-
"title": "How to do Primary Sales for On-Chain Items in Unity",
46-
"img": "/images/guides/overview/unity-primary-sales.png",
39+
"title": "Shop for On-Chain Items in Unity",
40+
"img": "/images/guides/overview/unity-primary-sales.th.jpg",
4741
"href": "/guides/unity-primary-sales",
4842
"description": "This guide covers the creation of a Primary Sale with Sequence's Unity SDK."
4943
}
5044
]
51-
},
52-
{
53-
"title": "Web3",
54-
"cards": [
55-
{
56-
"title": "Build a Scalable NFT Minting Service",
57-
"img": "/images/guides/overview/sword.png",
58-
"href": "/guides/mint-collectibles-serverless",
59-
"description": "Leveraging Sequence's Transaction API and a serverless environment, you will build a scalable minting service for NFT mints or any other transactions that automatically handles blockchain complexities like reorgs, nonce management, and transaction parallelization."
60-
},
61-
{
62-
"title": "Use Privy with Sequence",
63-
"img": "/images/guides/overview/privyLogo.png",
64-
"href": "/guides/use-with-privy",
65-
"description": "Learn how to connect Privy with Sequence."
66-
},
67-
{
68-
"title": "Creating a Custom Marketplace with Sequence",
69-
"img": "/images/guides/overview/marketplace.png",
70-
"href": "/guides/custom-marketplace",
71-
"description": "Build an API-driven marketplace where players can mint, then sell or buy items using a custom web-based interface leveraging Sequence Orderbook APIs."
72-
},
73-
{
74-
"title": "Sequence Analytics API in Dune",
75-
"img": "/images/guides/analytics/dune-analytics.jpg",
76-
"href": "/guides/analytics-guide",
77-
"description": "Guide for querying information about usage from your users for your specific project leveraging a serverless Cloudflare Worker."
78-
},
79-
{
80-
"title": "Creating, Storing, and Managing Collectibles Metadata",
81-
"img": "/images/guides/overview/storage.png",
82-
"href": "/guides/metadata-guide",
83-
"description": "By utilizing Sequence's Metadata API, you can programmatically create, manage, and store metadata associated with your NFTs from nearly any environment. We'll walk you through how to call these REST-APIs to organize your collections for your game or experience."
84-
}
85-
]
8645
}
8746
]
8847
}

0 commit comments

Comments
 (0)