Want to enter web3 with Python? ๐
The Vyper and Python Smart Contract Development learning path is live on Cyfrin Updraft! ๐
3 courses to go from beginner to expert.
@PatrickAlphaC teaches you the language powering billion-dollar protocols!
Here's all you need to know ๐
I mean am speechless, the amount of response i got from this thread is unimaginable.
Thinking of a way to help out everyone, what should i do? ๐ค๐ค
Day 27/โพ : Smart Contract Development
- Created a claim script to claim the airdrop tokens
- Learned how to create signatures in smart contracts
- Learned how to split a signature to v, r, and s
- Tested the contract on Anvil
Airdrop Repo: https://t.co/hxiPZukptK
I am hiring: Software Engineering Intern! (RT for karma๐ซ)
You'll be primarily working on SDK/package development.
๐น Stipend: โน5,000/month - 15,000/month
๐น Duration: 1 month (extendable to 6 months + PPO)
๐น Nationality: Indian
๐น Requirements: Problem-solving skills & hands-on SDK/npm experience
Apply here: https://t.co/MZwYeB2tqb
P.S.: if you think you have an awesome github that matches the role, drop it in the comments, we'll dm you!
Day 26/โพ : Smart Contract Development
Learned:
- Signature standards (EIP-191 & EIP 712) in depth
- ECDSA Signatures
- Transaction Types
- Blob transactions (Proto Dank Sharding)
These concepts took me time to understand but thanks to @CyfrinUpdraft docs, they made this easier
Day 25/โพ : Smart Contract Development
- Intro to airdrop
- Started work on a Merkle airdrop
- Merkle Proofs
- Coded the base airdrop contract
- Coded the script to generate the Merkle script
- Written one test for claiming the token
- Wrote the deploy script