Post
Share your knowledge.
How to trigger Move contract after Walrus blob upload?
I'm building a nifty app using Walrus where users can upload blobs. I'm using Python web API services for storing blobs. Now, I need to trigger a Move contract right after the blob upload, using the blob ID. I noticed that the Walrus Site typically uses Rust for interactions. Are there any other programming options, other than Rust, for interacting with Walrus and triggering this contract?
- Walrus
- Typescript SDK
Answers
1Sui provides a comprehensive Typescript SDK which can be utilized to interact with the Walrus system and trigger the Move contract after the blob is uploaded using the blob ID. Using the Sui Typescript SDK is highly recommended as it offers a robust alternative to Rust for interacting with the Walrus system.
Do you know the answer?
Please log in and share it.
Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"