- Copy
.env.example
to.env
- Copy
tauri-app/.env.example
totauri-app/.env
and fill outVITE_WALLETCONNECT_PROJECT_ID
with a test project ID from Reown (FKA WalletConnect)
Then run the following to install dependencies and build the project:
./prep-all.sh
You may need to make the shell script executable:
chmod +x prep-all.sh
cd packages/webapp && nix develop -c npm run dev
nix develop .#tauri-shell --command cargo tauri dev