Sui WebSocket now available at BlockEden.xyz
· 阅读需 3 分钟
Note: This post was written during the Sui devnet phase and some details may be outdated.
We were among the first Sui Devnet JSON-RPC providers. Now we are excited to expand our API Service to WebSocket too. WebSocket would be useful to those dApps that need to take action on real-time on-chain events.
How to get started?
Step 1. Go to https://blockeden.xyz/dash/. Please sign up if you haven’t done so.
Step 2. Input your name for the API key, select Sui Devnet Websocket, and then click + Create key.
Step 3. Grab your access URL by clicking Copy to copy it to the clipboard.
Step 4. Use the access URL in your project like the following. Remember to
replace <access_key>
with your own key.