/Solidity-Days

A repo curated with what I learned with solidity from the beginning

Primary LanguageSolidityMIT LicenseMIT

Solidity Days

My journey to become a solidity dev

Solidity Docs

Learning Updates

Still learning

Resources Used

Article’s To Read

Some curated articles from BowTiedPickle’s Twitter Thread to read every week

VIdeos To Watch

Watch Linumlabs Solidity Friday

A good Project based resource to learn

Questbook's Build on Ethereum and also Build on Polygon

Challenges

1: Secuream : Substack and the repo

2: Ethernaut: Website also videos from D-squared

3: Damn Vulnerable Defi Website and some videos (not all challenges are covered in the videos)

Resources:

1: Solidity basics 0.0.8 videos. Also here's the text version

2: scaffold eth + SpeedRunEthereum

3: lil web3 contracts reading

4: Capture The Ether

5 : Hack Solidity : A good resourses talkling about solidity smart contract security

5: DevPill is a very good roadmap with a lot of alpha resources

Testing

Chainlink's Hardhat Workshop

Also hardhat docs

Gas Optimization

Chainlink workshop

Surge Women's Gas optimization tips

Merkle Trees

Ethereum Yellow Paper Walkthrough: Merkle Trees

Merkle tree's for NFT whitelist tutorial

Threads about becoming a Solidity Expert

0xcacti : this thread really breaks down what is important to learn and why.

t11

EVM resources

Twitter Thread by @bensparks_

EVM Golf Thread by @the_ethernaut

Some code to read and learn

Rari Capital