Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Austin Griffith ๐ ๐ข๐ฅ
@austingriffith
๐ฉโ๐ค builder ๐งโ๐ซ https://t.co/8EalW3KjpF ๐ https://t.co/MlwIwIpEq3 ๐ฐ https://t.co/vsSwrdskxS ๐งโ๐ค https://t.co/My5cteEsxr ๐จ https://t.co/OsyB1TqV4M ๐ https://t.co/JKSUU4Z7XI ๐ท atg.eth
Subscribe
Save as PDF
Jan 19, 2022
โข
4 tweets
โข
2 min read
๐งโ๐ If you understand why decentralization is so important and powerful...
๐งโ๐ป And you know how to write code and build basic web apps...
๐ ๐ฐ ๐ ๐ก ๐ ๐ฑ ๐ ๐ ๐ ๐ณ ๐ ๐ฎ ๐
๐ง Explore these 3 major steps to becoming a decentralized application developer: โ๏ธ The first step is learning how to write Solidity.
๐งโ๐ซ The syntax is easy and you'll pick it up quickly...
๐งช Follow the ๐ scaffold-eth repo to get a local environment up:
github.com/scaffold-eth/sโฆ
๐บ This will help to visually interact with your smart contract "backend". ๐ค
Save as PDF
Jan 15, 2022
โข
4 tweets
โข
2 min read
๐ทโโ๏ธ It was so much fun to pull out a ๐งโ๐ค
punkwallet.io
and use
@WalletConnect
to mint an NFT on an app I just yolo deployed live, here is the moment:
@WalletConnect
๐ I went through this tutorial live:
github.com/scaffold-eth/sโฆ
๐งช We experimented with an ERC-721 and deployed a minting app!
Save as PDF
Jan 5, 2022
โข
19 tweets
โข
11 min read
๐ So youโve crushed the ๐ scaffold-eth challenges.
๐งโโ๏ธ You understand how to build a simple NFT, a staking app, and a token vendor.
๐ Youโre ready for the rest of the mental model.
๐ฉโ๐ Web3 developer next stepsโฆ โ After crushing the basics:
github.com/scaffold-eth/sโฆ
.
๐ง A quick jumping off point is building an โexecutorโ smart contract that just .calls() anything the owner sends it.
๐งโ๐ญ This will test your knowledge of calldata and you should go all the way to mainnet with it. ๐
Save as PDF
Jul 7, 2021
โข
6 tweets
โข
4 min read
Grab ๐scaffold-eth and learn how to iterate on YourContract.sol.
๐ Look through each concept from
solidity-by-example.org
(paste into your contract).
Then, take on the ๐ฉ challenges:
github.com/austintgriffitโฆ
github.com/austintgriffitโฆ
Then, you need to go on a โtour of dutyโโฆ
https://twitter.com/AlexMasmej/status/1412610693094776840
๐ Learn about signed message:
github.com/austintgriffitโฆ
๐ Use that off-chain as a โsign in with web3โ:
github.com/austintgriffitโฆ
๐ Use that on-chain with ecrecover() or OpenZeppelin's ECDSA lib to recover a signed message in Solidity.
๐ฐ Learn about "meta-transactions"...