https://github.com/0xsequence/demo-dapp-web3-react
Demo Dapp using web3-react
https://github.com/0xsequence/demo-dapp-web3-react
Last synced: 12 months ago
JSON representation
Demo Dapp using web3-react
- Host: GitHub
- URL: https://github.com/0xsequence/demo-dapp-web3-react
- Owner: 0xsequence
- License: apache-2.0
- Created: 2022-02-03T15:06:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T18:53:47.000Z (over 3 years ago)
- Last Synced: 2025-06-06T03:41:00.270Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://0xsequence.github.io/demo-dapp-web3-react/
- Size: 7.14 MB
- Stars: 1
- Watchers: 15
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Demo Dapp + Web3-React
=====================
Dapp example on how to use Sequence Wallet with [Web3-React](https://github.com/Uniswap/web3-react) V6. Demonstrates how to connect a wallet, sign messages and send transactions.
Try this dapp at: [https://0xsequence.github.io/demo-dapp-web3-react](https://0xsequence.github.io/demo-dapp-web3-react)
For complete documentation on Sequence, please see: [https://docs.sequence.xyz](https://docs.sequence.xyz)
## Usage
1. yarn
2. yarn 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-web3-react/blob/master/src/App.tsx for the source
usage for a variety of functions. be sure t 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**

**Execute common wallet functions:**

## LICENSE
Apache 2.0 or MIT (your choice)