Documentation Index
Fetch the complete documentation index at: https://sequence-0fb8d9e6-unreal-quickstart-with-marketplace.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Setting Up your Dapp
To utilize theSequenceConnect wrapper for connecting web3 wallets to your application, follow these steps:
Web SDK is built on top of wagmi, so for advanced configurations, sending
transactions, calling contracts, etc., please refer to the wagmi
documentation.
Create a Config
Next, a configuration variable for In order to customize further, you can view additional configuration parameters.
SequenceConnect will need to be created as either a waas (meaning an Embedded Wallet) or universal (meaning a Universal Wallet) wallet type.For waas, first obtain a WaaS Config Key from the Sequence Builder, Wallet Connect ID, and setup other Login Provider configuration. For both wallet type options, obtain and use a project access key.[config.ts]
Setup Provider Component
The configuration we created in step 2 needs to be passed into the providers below in the
main.tsx, as well as the inclusion of the Sequence Design System styles.css stylesheet:[main.tsx]