Easily track and manage ERC-20 allowances for smart contract wallets.
- View all ERC-20 allowances added within the app 📊
- Approve new allowances for dApps 💸
- Revoke or update existing allowances 🚫
- ecure & user-friendly interface 🔐
Install the dependencies:
composer install
npm install
php artisan migrateStart the frontend and backend servers:
npm run dev
php artisan serveThen visit localhost page 🌍
Also, you may want to run PHPStan: composer phpstan for code analysis.
