📦 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.
- Track and analyze your Ethereum blockchain usage
- View statistics on smart contracts, transactions, and more
- Gain insights into your activity patterns
- Visualize data for better understanding
Running the server
If you wish to run the server locally, you will need to install the following dependencies:
- Node.js (v18.12.1)
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:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your changes'
- Push the branch:
git push origin feature/your-feature
- Open a pull request.
Please make sure to update tests as appropriate and adhere to the code of conduct when contributing.