Releases: MoralisWeb3/youtube-tutorials
Releases · MoralisWeb3/youtube-tutorials
Etherscan Clone Ep 6
Part 6 - I Cloned Etherscan in 5 hours - Pagination Hook
- Create custom react hook for pagination
- Adds new cloud function searchEthAddress which wraps watchEthAddress so it doesn't sync if the address has already been searched
Etherscan Clone Ep 5
Etherscan Clone Ep 4
Etherscan Clone Ep 3
Part 3 - I Cloned Etherscan in 5 hours - Transaction Component
- Adds a component to display the transaction results
Etherscan Clone Ep 2
I Cloned Etherscan in 5 hours -Cloud Query Hook (Part 2)
- Code
- Add transaction Cloud Function
- Create Cloud Function react hook
Etherscan Clone Ep 1
First episode in the Cloning Etherscan series! Here is the code at the end of Episode 1 and a link to the video on YouTube
I Cloned Etherscan in 5 hours - Environment Setup (Part 1)