Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kendricktan/miao

Ethereum Transaction Decoder Service
https://github.com/kendricktan/miao

Last synced: 14 days ago
JSON representation

Ethereum Transaction Decoder Service

Awesome Lists containing this project

README

        

# Miao (描/喵)

Making sense of ethereum transactions.

Miao as in:

描 - Describe

喵 - Meow

![img](https://raw.githubusercontent.com/kendricktan/miao/main/images/preview.gif)

# Getting Started

```bash
git clone [email protected]:kendricktan/miao.git

cd miao

# Against Mainnet
docker-compose build
docker-compose up

# Visit localhost:3000 in your browser
```