Sui Dev Newsletter #11
Welcome to the 11th edition of the Sui Developer Newsletter!
Earlier today, Mysten Labs launched the public Testnet of Walrus, bringing more features and functionality to developers exploring Walrus. Check out the developer announcement in Walrus Docs and discover how Walrus can help with any storage needs in what you’re building.
Do you want to showcase your tool, SDK, or other artifact that might be useful for developers building on Sui? We now accept submissions from the community through the GitHub repository.
We are eager for your feedback on what you would like to see in the newsletter — tag @SuiNetwork, join our Discord community, or ask on the developer forums.
Community
Hackathons
There is a Walrus track with a $10,000 prize pool at the ETHGlobal hackathon in San Francisco this weekend from Oct 18-20 — check it out if you’re participating.
Sui is sponsoring the CalHacks hackathon in San Francisco this weekend from Oct 18-20. Come chat with the Sui team if you’re hacking.
Sui is sponsoring Wormhole's latest hackathon, Sigma Sprint. You can register and submit your project until November 3rd. Find out more and register here.
Recent Blog & Social Media Posts
Example of one-witness proof-based auth. This works with a "single" auth object for a given contract, as otherwise we'd also need a N:M capability check. Github Gist, X
Yakitori wrote an excellent blog post on Move on Sui for Solidity developers. Check it out here.
Native USDC and Cross-Chain Transfer Protocol are Coming to Sui
Development & Ecosystem
Development Experience on Sui
Stablecoin integration documentation has been added here.
Sui Bridge is now live on mainnet. Check out the website.
Sui Deepbook V3 is now live. Check out the documentation here.
More end to end examples are now available. Check out this guided tutorial, using a new and easier-to-follow format, for an app that performs atomic swaps on Sui. Submit any feedback in Discord or through Github issues.
Tools by the Community
PTB Builder is a visual development tool for Programmable Transaction Blocks (PTBs). Try it out, check out the repository, and see a short video in the official announcement on X.
Open Sui Improvement Proposals (SIPs)
Below is a list of all the open proposals as of now. To see the actual proposal text, click on the Files Changed
tab. If you'd like, you can provide your input directly in the GitHub issue.
SIP-21: Encrypt keypairs with aes-128 before storing them on disk.
SIP-27: BLS-12381 Encryption Key Management for Non Private Key Wallet
SIP-29: BLS-12381 Encryption Public Key On-Chain Discoverability
SIP-33: Allow inactive StakedSui objects to be redeemed immediately
SIP-37: Exposing ProgrammableTransaction data in TxContext in Move
SIP: Introduction of Verifiable Delay Functions (VDFs) to Sui Framework
Merged Pull Requests
Many pull requests were merged since the last newsletter. Check them out on GitHub.
Releases
Several releases are scheduled for October 2024. Check out the release schedule and the latest releases.