https://github.com/0xsequence/demo-dapp-rainbowkit
Demo Dapp using 0xsequence + rainbowkit
https://github.com/0xsequence/demo-dapp-rainbowkit
Last synced: 3 months ago
JSON representation
Demo Dapp using 0xsequence + rainbowkit
- Host: GitHub
- URL: https://github.com/0xsequence/demo-dapp-rainbowkit
- Owner: 0xsequence
- License: apache-2.0
- Created: 2022-10-13T13:49:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-13T14:21:56.000Z (7 months ago)
- Last Synced: 2025-11-13T16:26:19.125Z (7 months ago)
- Language: TypeScript
- Homepage: https://0xsequence.github.io/demo-dapp-rainbowkit
- Size: 21.1 MB
- Stars: 8
- Watchers: 14
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Dapp + RainbowKit
Dapp example on how to use Sequence Wallet with [RainbowKit](https://www.rainbowkit.com). Demonstrates how to connect a wallet, sign messages and send transactions.
Try this dapp at: [https://0xsequence.github.io/demo-dapp-rainbowkit](https://0xsequence.github.io/demo-dapp-rainbowkit)
For complete documentation on Sequence, please see: [https://docs.sequence.build](https://docs.sequence.build)
## Usage
1. pnpm install
2. pnpm dev
3. Open browser to http://localhost:4000 to access the demo dapp
4. Open browser inspector to see responses from your wallet
## Development
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.
## Screenshots
**Connect Wallet with RainbowKit with Sequence + Metamask + WalletConnect options:**

**Execute common wallet functions:**

## LICENSE
Apache 2.0 or MIT (your choice)