Kickstart your Sequence integration with our open source code demos, examples, and boilerplates to accelerate your time to market.

Onboarding

Web SDK w/ Embedded Wallet for React Boilerplate

Example boilerplate showcasing embedded wallet integrated with Web SDK in a simple React application.

Run with Sequence-CLI:

npx sequence-cli boilerplates create-embedded-wallet-react-starter

Web SDK w/ Embedded Wallet for NextJS Boilerplate

Example boilerplate showcasing embedded wallet integrated with Web SDK in a simple NextJS application.

Run with Sequence-CLI:

npx sequence-cli boilerplates create-kit-embedded-wallet-nextjs-starter

Embedded Wallet Boilerplate for Wallet Verification on a backend

Example for your web application to verify the ownership of an Embedded Wallet by passing a JWT and validating against the Sequence API.

Repo

Embedded Wallet Boilerplate for Unreal Engine

Example application made with our Unreal SDK, showcasing embedded wallet integrated to sign messages and send ERC20 transactions.

Repo

End to End playground for Web SDK

Example implementation in React & NextJS showcasing various common patterns using Web SDK such as signingv messages, sending transactions, displaying inventory, or minting an NFT.

Embedded Wallet Demo using Wallet Linking

Example application to allow players to link other EOA wallets they own for transferring assets or for verification purposes. The demo can be used by clicking EOA Link via the demo button below to see the flow.

Monetization

Custom Marketplace Boilerplate

Open-source boilerplate of our white-label marketplace leveraging our marketplace APIs that can be completely customized to fit your game or use case.

APIs

Transactions API Template using a Cloudflare Worker

Example template for integrators allow users to mint collectibles using the Sequence Transactions API for gasless serverless transactions for infrastructure that can scale elastically.

Repo