Swagtimus.eth🦇🔊L2'22’s Newsletter

Share this post

StarkNet Roundup #8

swagtimus.substack.com

StarkNet Roundup #8

Weekly summary of all things StarkNet

Swagtimus.eth🦇🔊L2'22
Mar 13, 2022
Share this post

StarkNet Roundup #8

swagtimus.substack.com

gm fellow STARK enthusiasts! ✨🐺

This is the 8th edition of your weekly StarkNet summary. The previous update can be found here.

Let’s get into this week’s news! 👇

Protocol & dev tool updates

  • StarkWare announce strategic partnership with Alchemy.

    Twitter avatar for @StarkWareLtd
    StarkWare @StarkWareLtd
    We are happy to announce our strategic partnership with @AlchemyPlatform! It reflects the shared commitment of our teams to build #StarkNet and provide developers with the full suite of Alchemy’s proprietary platform infrastructure, products, and services alchemy.com/layer2/starknet
    Image
    5:39 PM ∙ Mar 7, 2022
    134Likes29Retweets
  • Software Mansion Labs release StarkNet web3 RPC adapter, an application for consuming web3 messages from ie. wallets, and passing them on to StarkNet.

  • Argent X v3.0.0 was released, bringing multicalls and other improvements. Tutorial for how to migrate your accounts/assets.

  • Francesco Ceccon released starknet-react v0.5.0, which brings support for starknet.js and argent/get-starknet v3.

  • starknet-hardhat-plugin v0.5.0, and hotfix v0.5.1 have been released.

  • starknet-devnet v0.1.18 has been released.

  • starknet-rs now works in browser.

  • Cairo parser in rust that compiles to Wasm by Matthias Seitz.

  • warp-to-cairo is a simple tool converting warp-transpiled outputs by

    nethermind into a more readable Cairo format, by kootsZhin.

  • antoine is working on a Cairo x Starknet version of EIP-2981 (NFT royalties standard).

  • You can now use the local version of the Voyager Block Explorer, as well as verify contracts using multiple source files.

  • Milan Cermak published a minimal EIP-4626 implementation in Cairo for StarkNet, based on OpenZeppelin's token implementation and heavily inspired by Solmate.

  • Solidity to Cairo transpiler Warp 2.0 was made public.

  • Skyro, a compiler from Idris (Haskell-like pure functional language) to Cairo has been released by the University of Applied Sciences and Arts Northwestern Switzerland (FHNW).

  • NoahCitron built a merkle distributor so projects can easily do airdrops on StarkNet.

  • clacla built Cairo Utils on Web. StarkNet and Cairo language utilities for devs on web.

  • sambarnes built a simplified ERC-721 Dutch Auction contract.

  • Pathfinder: A StarkNet full node, released by Equilibrium. There’s already a tutorial on how to run your own node by DZupp. Another guide to run your StarkNet node on a Raspberry Pi can be found here, by odysseas.eth.


Media highlights

Notes on Udi Wertheimer’s discussion with StarkWare team.

Twitter avatar for @francis__256
Francis Corvino @francis__256
Notes from Twitter Spaces.. Bitcoin + STARK Proofs @StarkWareLtd @udiWertheimer @EliBenSasson @avihu28
Image
Image
Image
Image
7:00 PM ∙ Mar 7, 2022
63Likes13Retweets

L2 and rollups deep dive ft. @ben_chain from @optimismPBC, @hkalodner from @arbitrum, @avihu28 from @StarkWareLtd, @_bfarmer from @0xPolygonZero.

Twitter avatar for @madhavanmalolan
madhavanmalolan @madhavanmalolan
This was a great session! Huge shoutout to @ben_chain @hkalodner @_bfarmer @avihu28 for sharing those insights! ❤️ https://t.co/X1RP40H2zJ
5:39 PM ∙ Mar 10, 2022
11Likes7Retweets

Recording of twitter space with Influence & LootRealms developers. Notes here.

Twitter avatar for @StarkWhale
Stark.Whale @StarkWhale
Tomorrow I will be hosting an epic Twitter Spaces with both @influenceth and @LootRealms developers. 🔥🎙️https://t.co/j5GM5oUQ7O
8:38 AM ∙ Mar 9, 2022
72Likes19Retweets

STARK @ Home 24: Warp Away! From Solidity to Cairo - with Greg Vardy

Video and slides for the starknet.js workshop by Encode - here.


Ecosystem

  • Want to build on StarkNet? Check out this building on StarkNet page.

  • Orbiter_Finance releases a video on how to bridge testnet tokens to StarkNet Goerli.

  • LayerSwap release video on bridging ETH from Coinbase to StarkNet.

  • Yagi Finance, a network of keepers on StarkNet, shared their website, docs, and a live task dashboard. Yagi has also held a workshop in collaboration with MatchboxDAO to discuss the potential of a keeper network in on-chain games. Slides can be found here (PDF warning!).

  • JediSwap is now a one-click DEX thanks to account abstraction.

  • zkLend, an L2 money-market project, release v1 of their GitBook.

  • ametel01 has successfully integrated ERC-721 and ERC-20 in the Cairo implementation of the Space war browser game Ogame.

  • AMM MySwap deployed a new version to their interface, containing several new features and bug fixes - most notably multicall support, which means that users do not need to have a separate transaction for approving new tokens.

  • ZkPad held their first community call. Notes can be found here.

  • The StarkNet spin-off game of Loot, Realms, showed off their high-fidelity 3D Realms.

    Twitter avatar for @LootRealms
    Realms (for Adventurers) @LootRealms
    BTS of an OG 2D Realm being transformed into its 3D high-fidelity form 🗺️ In the future, Lords & Ladies will be able to explore their high-fidelity Realms in scale on #StarkNet @StarkWareLtd 👀 These height maps are CC0 and free for buidlers to use as they please.
    4:16 AM ∙ Mar 11, 2022
    64Likes11Retweets
  • Continually updated list of projects building on StarkNet. 🏗️

  • Over 1408 people have interacted with Henri Lieutaud’s StarkNet tutorials. 🥳

  • The turkish StarkNet community is set to build dApps and host educational events.

  • Weekly StarkNet stats: 323k txs on Goerli, 3k txs on Mainnet. To date: 1.4m txs on Goerli, 45k txs on Mainnet.


StarkNet Shamans & Community Highlights

The StarkNet community has been having lots of fun running StarkNet nodes over the week: 1, 2, 3, 4.


Decentralized Consensus Potential Candidate (Longest Chain)

The primary motivation of this suggestion is to establish a lightweight sequencing protocol on L2 which:

  • Can support a relatively large number of sequencers without burdening the network.

  • Will guarantee that StarkNet is alive as long as Ethereum is.

Argent update on signing transactions and off-chain messages

The proposal has been updated to support multicalls, fees, and Cairo >=0.7.1. The current status of the proposition can still be found in Signing transactions and off-chain messages · Discussion #14 · argentlabs/argent-x · GitHub

Starknet <> EVM JSON-RPC adapter

EVM JSON-RPC standard is used by several Wallets (Metamask) and data providers (Infura, Nansen). When data providers and wallets need to support a new EVM chain the only thing they need to do is change the json-rpc url and chain-id in all their requests.


Useful links & articles

Past week

  • Extreme Integrity in Decentralized World - A Blockchain Vision That Would Impress Narnia’s Creator by Eli Ben-Sasson

  • The Relentless Pursuit Of A Better Internet - Announcing Nethermind Synthesis by Greg Vardy

  • DeFi Pooling explained by odin free.

This week

  • SuezBridge explains how you’ll be able to pool your withdrawal requests when going from Starknet to Ethereum.

  • Ethereum Layer 2 Service StarkNet Goes Live on Alchemy, Promises 100x Lower Gas Fees - Decrypt

  • MakerDAO Growth explains the concept of Layer 3.


Developer resources

Last week

  • Mallows share their dev experience building on StarkNet.

  • Big compilation of dev resources by ZkPad Analytics.

This week

  • Collection of Cairo tutorials: 1, 2, 3 with walkthroughs for 1 and 3.

  • SymbOnStark releases steps 5 and 6 of his Cairo tutorial.

  • Learn StarkNet and Cairo in Remix’s new StarkNet plugin!


Dates and Events

  • next community call March 15th: Presentation by Francesco Ceccon on starknet-react, roadmap update by StarkNet team.

  • Encode x StarkNet hackathon: Feb 28th until April. Here’s a blog post outlining the Hackathon challenges.

  • The Chinese Ethereum Community is organising an Online Meetup Call on March 16th to talk about StarkNet & Stark Validity Rollups.

  • StarkNet Meetup in Boston, March 26th.

  • StarkWare is a sponsor for Layer 2 Amsterdam: April 19th-20th.

  • First ever StarkNet hackathon: April 25-26, Amsterdam. Registrations now open!

  • StarkNet Summit: TBD


Please note that, in order to keep this newsletter at an acceptable length, I am purging the sections “Useful links and articles” and “Developer resources” on a biweekly basis. Thus they are divided into the sections “past week” and “this week”. You can check out all of the past updates here.

Thank you for reading, and see you next week. ⏳

Special thanks to odin_free and starkwhale for helping me source some of the information! 🔍

Share this post

StarkNet Roundup #8

swagtimus.substack.com
TopNew

No posts

Ready for more?

© 2023 Swagtimus.eth🦇🔊L2'22
Privacy ∙ Terms ∙ Collection notice
Start WritingGet the app
Substack is the home for great writing