Skip to content

schadokar/etherscan-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etherscan React License: MIT

The complete tutorial is published on newline 🎉

🐶 This project is a simple demonstration of etherscan dashboard.

The complete Tutorial link.

This project used the etherscan api to get the ethereum blockchain data.

For the UI part, instead of basic html and css, we have used the fantastic semantic-ui library.

This project was bootstrapped with Create React App.

App Setup

  1. Create an account in the etherscan and create an api-key token.
  2. Clone the repository.
  3. Run npm install to install all the dependencies.
  4. Create an .env file in the src folder and copy paste the .env.example content.
  5. Replace the "ETHERSCAN API KEY" text with your api key.
  6. Run npm start to start the application on localhost:3000.

Warning

The free api has a limit of 5 request per sec/ip. When the application was created the request cap was high.

This app is not updated for this limit.

You can create a buffer of 1-2 second in between calls to make it work.


This project was bootstrapped with Create React App.

📝 Author

🌞 Shubham Kumar Chadokar

Hello, I am a Sofware Engineer. 😵

I love to write articles and tutorials on latest technologies. ⚡

Check out my other articles and tutorials on my blog.

🔗 schadokar

License

MIT License

Copyright (c) 2020 Shubham Chadokar