Ever wondered what your Ethereum footprint looks like in 2023?🧐
Unlock the secrets of your Ethereum adventures at ETHWrapped! 🚀 Discover your on-chain activity in 2023.
Website
·
Issues
To run locally, you must first clone the repository. After that run the following commands in the root of the repository:
pnpm install
pnpm run devYou have to also make an .env file to configure your environment. Inspire it from the content of example.env.
To build production files, run:
pnpm buildIf you've got an improvement, just send in a pull request!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -m 'Added feature-name') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
If you've got feature ideas, simply open a new issues!