📦 EthUnwrapped
EthUnwrapped is a web application that analyzes the Ethereum blockchain and provides statistics about your usage of the blockchain. It helps you gain insights into your Ethereum activity and track your interactions with smart contracts, transactions, and more.
Running the server
If you wish to run the server locally, you will need to install the following dependencies:
Once you have installed Node.js, you can run the following commands to install the dependencies and run the server:
npm install
npm build
npm start
Contributions to EthUnwrapped are welcome! If you would like to contribute, please follow these steps:
git checkout -b feature/your-feature
git commit -m 'Add your changes'
git push origin feature/your-feature
Please make sure to update tests as appropriate and adhere to the code of conduct when contributing.