This software tool is designed to monitor and analyze the network requests made by the Sui wallet application and Sui dApps.
To install dependencies:
bun install
To run:
bun run index.ts
Then, customize RPC as http://localhost:3000/
.
This project was created using bun init
in bun v1.1.7. Bun is a fast all-in-one JavaScript runtime.