A 100% client-side UI for the TSender contract.
Important
e2e tests are currently not working
- node
- You'll know you've installed it right if you can run
node --version
and get a response likev23.0.1
- You'll know you've installed it right if you can run
- pnpm
- You'll know you've installed it right if you can run
pnpm --version
and get a response like10.1.0
- You'll know you've installed it right if you can run
- git
- You'll know you've installed it right if you can run
git --version
and get a response likegit version 2.33.0
- You'll know you've installed it right if you can run
You'll need a .env.local
the following environment variables:
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID
: Project ID from reown cloud
git clone https://github.com/cyfrin/tsender-ui
cd tsender-ui
pnpm install
pnpm run dev
For those who want to contribute, including running tests, please see the CONTRIBUTING.md file.