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

https://github.com/0xmetacrypt/otterscan-devnet

Otterscan Block Explorer for Local Anvil Instance
https://github.com/0xmetacrypt/otterscan-devnet

anvil block-explorer devnet ethereum otterscan

Last synced: 3 months ago
JSON representation

Otterscan Block Explorer for Local Anvil Instance

Awesome Lists containing this project

README

        

# Otterscan DevNet for Anvil

[![Deployment](https://github.com/0xMetacrypt/otterscan-devnet/actions/workflows/deploy.yml/badge.svg)](https://github.com/0xMetacrypt/otterscan-devnet/actions/workflows/deploy.yml)

This is a simple hosted version of [Otterscan](https://github.com/otterscan/otterscan) running against _your_ local Anvil instance. It's a great way to have a block explorer for your local DevNet without installing or managing Otterscan or any other software yourself.

| Parameter | Value |
| ---------- | -------------------------------------- |
| Hosted URL | https://otterscan-devnet.metacrypt.org |
| Local Node | http://localhost:8545 |

## Deployment

This instance is directly deployed using GitHub Pages, with the GitHub Action in this repo. It always uses the latest version in `develop` to deploy the Otterscan instance.

The deployments are not automated at the moment, however I intend to do it frequently or when new features are introduced in Otterscan.

## Support

Go support [Otterscan](https://github.com/otterscan/otterscan), they are the ones doing the amazing work!