Dapp example on how to use Sequence Wallet with RainbowKit. Demonstrates how to connect a wallet, sign messages and send transactions.
Try this dapp at: https://0xsequence.github.io/demo-dapp-rainbowkit
For complete documentation on Sequence, please see: https://docs.sequence.build
- yarn
- yarn dev
- Open browser to http://localhost:4000 to access the demo dapp
- Open browser inspector to see responses from your wallet
See https://github.com/0xsequence/demo-dapp-rainbowkit/blob/master/src/App.tsx for the source usage for a variety of functions. Be sure to open your browser's dev inspector to see output. Think of these functions as a "cookbook" for how you can perform these functions in your dapps.
Also note, sequence.js is built on top of ethers.js, and is API-compatible. Finally, this example is compatible with Ethereum EIP1193 and standard JSON-RPC Web3Provider, so any dapp can plug in which is compatible with 1193 providers.
Connect Wallet with RainbowKit with Sequence + Metamask + WalletConnect options:
Execute common wallet functions:
Apache 2.0 or MIT (your choice)