A 100% client-side UI for the TSender contract.
[!IMPORTANT]
e2e tests are currently not working
node --version
and get a response like v23.0.1
pnpm --version
and get a response like 10.1.0
git --version
and get a response like git version 2.33.0
You’ll need a .env.local
the following environment variables:
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID
: Project ID from reown cloudgit 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.