Templates
Kickstart your Sequence integration with our open source code demos, examples, and boilerplates to accelerate your time to market.
Onboarding
Sequence Kit w/ Embedded Wallet for React Boilerplate
Example boilerplate showcasing embedded wallet integrated with Sequence Kit in a simple React application.
Run with Sequence-CLI:
npx sequence-cli boilerplates create-embedded-wallet-react-starter
Sequence Kit w/ Embedded Wallet for NextJS Boilerplate
Example boilerplate showcasing embedded wallet integrated with Sequence Kit 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.
Embedded Wallet Boilerplate for Unreal Engine
Example application made with our Unreal SDK, showcasing embedded wallet integrated to sign messages and send ERC20 transactions.
End to End playground for Sequence Kit
Example implementation in React & NextJS showcasing various common patterns using Sequence Kit such as signingv messages, sending transactions, displaying inventory, or minting an NFT.
Monetization
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.