Source files for https://rankmywallet.com.
This is a Next.js app built with the Blitz.js toolkit.
-
Install the Blitz CLI globally (once).
-
Clone repository.
git clone [email protected]:alt3/rank-my-wallet.git cd rank-my-wallet
-
Install dependencies.
npm install
-
Start website in development mode.
blitz dev
-
Browse to http://localhost:3000.
-
Make live code changes.
In development mode, parsed address details will be logged to the browser console.
This project is released under the MIT LICENSE.
Please refer to the guidelines for contributing.