Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kendricktan/miao
- Owner: kendricktan
- License: mit
- Created: 2020-11-10T11:42:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T04:28:19.000Z (over 3 years ago)
- Last Synced: 2024-04-14T11:32:51.353Z (7 months ago)
- Language: JavaScript
- Size: 9.44 MB
- Stars: 39
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd miao
# Against Mainnet
docker-compose build
docker-compose up# Visit localhost:3000 in your browser
```