I saw how many web3 projects go in hackathons and win prizes, and web2 is soooo old school. Gotta move on to some transactional quests!
This repo is a web3 learning journey, refer to these following folders:
-
Theory Folder : Some important theory that I feel is helpful to know, mainly I write in my physical notebook but I'll keep some good ones here for you all as well~
-
Ethereum Bootcamp Codes : we learn about basic cryptogrphy and bitcoin concepts, how secure they are, and how we code for basic ethereum actvities.
-
Solidity : code folder for Solidity language used for smart contracts
#I used git bash to enable ssh and generate key and felt so super buhahahaha
Json RPC is something VERY IMPORTANT in ethereum blockchain so, I'm giving that a special spot in my very visible Readme file.
-
You can try this jsonRpc request on your command line (windows)
curl -X POST --data “{\“jsonrpc\”:\”2.0\”,\”method\”:\”eth_blockNumber\”,\”params\”:[],\”id\”:83}” https://eth-mainnet.alchemyapi.io/v2/gZgOOh1X3cpVWXeVR9EL51zC1vpbggIF
output:
-
My JSON-RPC Request Logs
Pastin it here simply cause it looks cool and also cause ... I can ;)
-
The Structure of A Transaction
-
GETH





