Skip to content

Commit

Permalink
Prepare newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Nov 12, 2024
1 parent 798da02 commit 96d2ae5
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions bin/sui-dev-newsletter-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,56 @@ We are eager for your feedback on what you would like to see in the newsletter--

- Sui team

## Announcements


## Community

**Recent Blog & Social Media Posts**
* [How the SuiNS Token Distribution Supports Community Governance](https://blog.sui.io/suins-ns-token-distribution-plan/)
* [Ika Gives Sui Builders Control Over Other Blockchains](https://blog.sui.io/ika-dwallet-mpc-network-interoperability/)
* [RFP Grant Program Update Empowers Sui Builders](https://blog.sui.io/revamp-request-for-grant-proposals/)
* [Samurai Shodown R Coming to SuiPlay0X1](https://blog.sui.io/samurai-showdown-suiplay0x1-lumiwave/)
* [SuiNS Token Utility: Empowering Community Governance and Decentralization](https://blog.sui.io/ns-token-utility/)
* [Sweet MLS QUEST Introduces Soccer Fans to Sui](https://blog.sui.io/sweet-mls-quest-soccer-nft-collectibles/)
* [Trace Makes ATP Tour Digital Collectibles Available on Sui](https://blog.sui.io/trace-digital-sports-collectibles/)
* [Warped Universe Puts the Player First on Sui](https://blog.sui.io/warped-universe-games-multi-genre-gameplay/)

**Presentations and Tutorials**
* [Redefining Ownership with Sam Blackshear](https://www.youtube.com/watch?v=aTBCWpQbrlY)
* [Path Towards an Interoperable Future: Axelar & Squid Are Coming to Sui ])(https://www.youtube.com/watch?v=CRX3xQHTzY4)
* [Mysticeti: Perp Trading on Sui with Angelo Lovato and Nick Van Eck ](https://www.youtube.com/watch?v=y_h8FMb-N6E)
* [Sui Network & Move Language: Sam Blackshear’s Guide to Next-Gen Web3 Security](https://www.youtube.com/watch?v=AJgB0qCrCGc)
* [Sigma Sprint: Sui Workshop #1](https://www.youtube.com/watch?v=EP6EfaXcoE4)
* [Sigma Sprint: Sui Workshop #2](https://www.youtube.com/watch?v=k0KJiD3vQz4)

## Development & Ecosystem

### Development Experience on Sui

- AWS KMS Signing is now available for TypeSript SDK, reducing friction for those who want to sign Sui Transactions/Messages with AWS KMS Keys. [https://www.npmjs.com/package/@mysten/kms](https://www.npmjs.com/package/@mysten/kms)
* [AWS KMS Signing](https://www.npmjs.com/package/@mysten/kms) is now available for TypeSript SDK, reducing friction for those who want to sign Sui Transactions/Messages with AWS KMS Keys.
* [ray.so](https://ray.so/) has now support for Move syntax.
* [7k Aggregator SDK](https://github.com/7k-ag/7k-sdk-ts) is the Typescript SDK for interacting with 7k Aggregator protocol.
* [Hop Aggregator SDK](https://docs.hop.ag/hop-sdk) is the Typescript SDK for interacting with Hop Aggregator.
* [Scallop Sui Kit](https://github.com/scallop-io/sui-kit) is a toolkit for interacting with SUI Network in Typescript.

### Tools by the Community
* [HoneyPotDetection](https://github.com/SuiSec/HoneyPotDetectionOnSui) library built by Pika.
* [Suimon](https://github.com/bartosian/suimon) is a powerful command line tool designed to provide detailed dashboards for monitoring the Sui network.

### 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-41: Add Credenza OpenID](https://github.com/sui-foundation/sips/pull/41)
* [SIP-21: Encrypt keypairs with aes-128 before storing them on disk.](https://github.com/sui-foundation/sips/pull/21)
* [SIP-31: Fungible StakeSui objects](https://github.com/sui-foundation/sips/pull/31)
* [SIP-34: Add FanTV as a zkLogin OpenID provider](https://github.com/sui-foundation/sips/pull/34)
* [SIP-37: Exposing ProgrammableTransaction data in TxContext in Move](https://github.com/sui-foundation/sips/pull/37)
* [SIP-40: Temporary freeze/unfreeze objects](https://github.com/sui-foundation/sips/pull/40)
* [SIP-42: Add Karrier One OpenID](https://github.com/sui-foundation/sips/pull/42)
* [SIP-43: Add Arden OpenId Provider](https://github.com/sui-foundation/sips/pull/43)
* [SIP: Introduction of Verifiable Delay Functions (VDFs) to Sui Framework](https://github.com/sui-foundation/sips/pull/38)
* [add sip for passkey session authenticator](https://github.com/sui-foundation/sips/pull/36)

### Merged Pull Requests

Many pull requests were merged since the last newsletter. Check them out on [GitHub](https://github.com/search?q=is%3Apr%20-author%3Aapp%2Fsui-merge-bot%20org%3Amystenlabs%20repo%3Asui%20is%3Amerged%20merged%3A2024-09-17..2024-10-016&type=pullrequests).
Many pull requests were merged since the last newsletter. Check them out on [GitHub](https://github.com/search?q=is%3Apr%20-author%3Aapp%2Fsui-merge-bot%20org%3Amystenlabs%20repo%3Asui%20is%3Amerged%20merged%3A2024-09-16..2024-11-012&type=pullrequests).

### Releases
Several releases are scheduled for October 2024. Check out the release schedule: [https://sui.io/networkinfo](https://sui.io/networkinfo), and the latest releases: [https://github.com/MystenLabs/sui/releases](https://github.com/MystenLabs/sui/releases).
Several releases are scheduled for November 2024. Check out the release schedule: [https://sui.io/networkinfo](https://sui.io/networkinfo), and the latest releases: [https://github.com/MystenLabs/sui/releases](https://github.com/MystenLabs/sui/releases).

0 comments on commit 96d2ae5

Please sign in to comment.