Post
Share your knowledge.
How can I let a third party update my Walrus deployed site?
I'm deploying a site on Walrus and I want to allow a third party to update it. What steps do I need to take or considerations should I have? Can this be facilitated through smart contract logic, and how does ownership play into this process?
- Walrus
Answers
2If you want to regularly update the site yourself, make sure that your wallet, which owns the Walrus Site object, is active. However, if you want updates to happen without constantly doing it yourself, the aforementioned smart contract approach is a good route.
When you deploy a website on Walrus, a Sui object representing the site is minted to you as the deployer. Ownership of this object gives you the ability to update the site. To allow a group or a third party to update it, you can implement smart contract logic to manage the ownership of the site object. This means you would write a smart contract that specifies rules on how the object can be transferred or updated. Setting this up could evolve into a useful infrastructure application for Walrus developers.
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"