Skip to content

Releases: MoralisWeb3/youtube-tutorials

Etherscan Clone Ep 6

14 Apr 22:09
ef76eae
Compare
Choose a tag to compare

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

14 Apr 22:03
464338b
Compare
Choose a tag to compare

Etherscan Clone Ep 4

13 Apr 19:51
7127935
Compare
Choose a tag to compare

Etherscan Clone Ep 3

09 Apr 21:51
5b22741
Compare
Choose a tag to compare

Part 3 - I Cloned Etherscan in 5 hours - Transaction Component

  • Adds a component to display the transaction results

Etherscan Clone Ep 2

09 Apr 14:48
5b22741
Compare
Choose a tag to compare

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

08 Apr 15:58
8047a35
Compare
Choose a tag to compare

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)