https://github.com/alt3/rank-my-wallet
Source files for https://rankmywallet.com
https://github.com/alt3/rank-my-wallet
blockchain cardano ergo
Last synced: 3 months ago
JSON representation
Source files for https://rankmywallet.com
- Host: GitHub
- URL: https://github.com/alt3/rank-my-wallet
- Owner: alt3
- License: mit
- Created: 2022-01-06T19:12:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-25T07:51:06.000Z (4 months ago)
- Last Synced: 2026-02-25T12:41:34.095Z (4 months ago)
- Topics: blockchain, cardano, ergo
- Language: TypeScript
- Homepage: https://rankmywallet.com
- Size: 6.26 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](LICENSE.md)
[](https://www.contributor-covenant.org/version/2/1/code_of_conduct)
# RankMyWallet
Source files for https://rankmywallet.com.
## Good to Know
This is a [Next.js](https://nextjs.org/) app built with the [Blitz.js](https://github.com/blitz-js/blitz) toolkit.
## Getting Started
1. Install the [Blitz CLI](https://blitzjs.com/docs/get-started#install-blitz) globally (once).
2. Clone repository.
```
git clone git@github.com:alt3/rank-my-wallet.git
cd rank-my-wallet
```
3. Install dependencies.
```
npm install
```
4. Start website in development mode.
```
blitz dev
```
5. Browse to [http://localhost:3000](http://localhost:3000).
6. Make live code changes.
> In development mode, parsed address details will be logged to the browser console.
## License
This project is released under the [MIT LICENSE](LICENSE.txt).
## Contributing
Please refer to the [guidelines for contributing](./contributing.md).