- Have node >=18
$ npm install
- Prepare an account with some native token on Base Sepolia
$ VITE_PRIVATE_KEY='private_key_as_hex_starting_with_0x' npm run dev
- Navigate to
localhost:5173
and clickShield
orWithdraw
- results are logged to console
The actual JS code is fully contained in src/main.js
. See vite.config.js
for details on how the vite
build tool is
configured.