Emmanuel Arosoemarc.hashnode.dev·Dec 8, 2024Starknet Development with Docker: A Streamlined Setup for Cairo BuildersDeveloping on Starknet has just got super easy! The Starknet Foundation recently released a Docker image that bundles essential tools for Cairo development into a simple virtual environment. Whether you're a seasoned Starknet developer, hacker (i.e. ...6 likes·144 readscairo-lang
Apoorv SadanaforEndur.fi's Blogblog.endur.fi·Nov 22, 2024Endur: Reimagining Value Distribution in Liquid Staking on StarknetAs we approach the launch of Starknet's native staking on November 26th, we're excited to announce Endur's innovative approach to protocol fee distribution. True to our name—which embodies endurance and long-term commitment—we're introducing a fee st...10 likes·794 reads0% fees
AkiraforEndur.fi's Blogblog.endur.fi·Nov 18, 2024Why Stake with Endur.Fi?The past few weeks in the Starknet ecosystem has been gearing with excitement as Starknet announces plans to launch STRK staking. Staking offers users the opportunity to earn rewards while contributing to the security and decentralisation of the netw...43 readsstarknet
AkiraforEndur.fi's Blogblog.endur.fi·Nov 14, 2024What is staking on Starknet?Retaining blockchain values remains one of the core values driving the Starknet ecosystem and it plays out in their recent plans to integrate staking into the list of things users can do to maximise the network. This development will be the first of ...110 readslst
AkiraforEndur.fi's Blogblog.endur.fi·Nov 7, 2024Launching Endur: an LST on StarknetStarknet staking is launching on mainnet soon! Soon, you'll be able to stake STRK and contribute to Starknet's journey toward full decentralization. We’re thrilled to announce an exciting new development in the Starknet ecosystem: STRKFarm, in collab...202 readsyield
tdey auditstdeyblogs.hashnode.dev·Oct 14, 2024Deserialization in CairoSerialization of uint256 values in Cairo In Cairo uint256 is represented as two felt252 values of 128 bit each The first felt252 value represent the least significant bits, low part The second felt252 value represent the most significant bits, hig...starknet
Casweeney Ojukwucasweeney.hashnode.dev·Sep 25, 2024Composability and Components in Starknet CairoWhile learning how to write Starknet contracts using Cairo, I came across the concept of components, and I was fascinated by how it works under the hood. I can’t help but appreciate the amazing engineers behind this and knowing fully well that concep...17 likes·272 readscairo-lang
web3GurungforSTRKFarm's blogblog.strkfarm.xyz·Sep 10, 2024Introducing STRKFarmDiscover STRKFarm, the leading yield aggregator on Starknet, where you can effortlessly find the best yields across the entire Starknet ecosystem. Our platform not only brings together top-performing projects in one convenient location but also offer...1.9K readsstarknet
Emmanuel Soetanimmanuelsoetan.hashnode.dev·Jul 16, 2024Understanding Data Types In CairoCairo is a statically typed language. This means the compiler must know how to deal with the values provided to it at compile time. In some cases, the compiler can infer the data type from its usage but this is not always advisable. There are two sub...Blockchain
Emmanuel Soetanimmanuelsoetan.hashnode.dev·Jul 11, 2024Introduction to Variables in CairoCairo is a Rust-inspired language for creating provable programs for general computation. Cairo is also the native smart contract language for Starknet. Sharing similarities with Rust, Starknet developers are assured of a safe and terrific developer ...Smart Contracts