Skip to main content

blockchain

Explore blockchain across Web3 jobs, hackathons, learning resources, open source projects, and stories.

blockchain Open Source

View all blockchain projects →
anchor
anchor

Solana Program Framework

Rust
4,967
1,865
335 contributors
1d ago
solang
solang

Solidity Compiler for Solana, Polkadot and Stellar

Rust
1,374
253
55 contributors
3mo ago
solana-playground
solana-playground

Quickly develop, deploy and test Solana programs from browsers

Rust
925
400
32 contributors
12h ago
Meet Aditi Polkam: Building, Breaking, and Shipping in Web3
Builder-story

Meet Aditi Polkam: Building, Breaking, and Shipping in Web3

A Web2 intern who dabbled in crypto trading during lockdown is now building across the Web3 ecosystem. Her secret? Stop waiting to be ready and start experim...

7 min read
November 5, 2025
Aditi Polkam
Blockchain
Web3
From Stanford Campus to Leading Web3 Developer Relations at Celo
Builder-story

From Stanford Campus to Leading Web3 Developer Relations at Celo

A Stanford computer science student walks into an entrepreneur event and gets asked for her Twitter handle. Her response? “What’s Twitter?”...

7 min read
September 9, 2025
Blockchain
DevRel
Web3
Gas Optimization Part 4: Solidity Tips for Cheaper Contracts
learn

Gas Optimization Part 4: Solidity Tips for Cheaper Contracts

Every line of your smart contract costs something. Some lines cost more than others. In this part of our gas saving series, we’ll explore how to write smarte...

4 min read
August 4, 2025
Blockchain
Gas Optimization
Smart Contracts
Gas Optimization Part 3: The Foundation of Gas in Solidity and Smart Contract Efficiency
learn

Gas Optimization Part 3: The Foundation of Gas in Solidity and Smart Contract Efficiency

You just deployed a smart contract, and it’s costing 98 gas to run a function that does nothing. Literally. See for yourself, Why? Because even doing “nothin...

4 min read
August 1, 2025
Blockchain
Gas Optimization
Smart Contracts
Gas Optimization Part 2: Timing Strategies and Batch Processing
learn

Gas Optimization Part 2: Timing Strategies and Batch Processing

You’ve learned what gas fees are and how they’re calculated. Now comes the practical part: how to actually save money on every transaction you ma...

4 min read
July 31, 2025
Blockchain
Gas Optimization
Smart Contracts
Gas Optimization Part 1: Understanding Ethereum Gas Fees
learn

Gas Optimization Part 1: Understanding Ethereum Gas Fees

“I paid $62 just to send $100. What?” That’s the kind of reaction many new users have after making their first Ethereum transaction during peak congestion. N...

4 min read
July 30, 2025
Blockchain
Gas Optimization
Smart Contracts