Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 411 Bytes

Sui RPC Proxy

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.