An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Build Status](https://github.com/alt3/rank-my-wallet/actions/workflows/ci.yml/badge.svg?branch=main)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg?style=flat-square)](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).