otterscan/README.md

120 lines
5.1 KiB
Markdown
Raw Permalink Normal View History

2021-07-01 18:21:40 +00:00
# Otterscan
An open-source, fast, local, laptop-friendly Ethereum block explorer.
2021-07-01 22:35:20 +00:00
https://user-images.githubusercontent.com/28685/124196700-4fe71200-daa3-11eb-912c-b66494fe4b23.mov
2021-07-01 18:21:40 +00:00
## What?
This is an Ethereum block explorer designed to be run locally with an archive node companion, more specifically, with [Erigon](https://github.com/ledgerwatch/erigon).
This approach brings many advantages, as follows.
### Privacy
You are querying your own node, so you are not sending your IP address or queries to an external third-party node.
### Fast
Since you are querying your local archive node, everything is fast, no network roundtrips are necessary.
### Actually, very fast
This software was designed to be a companion of Erigon, a blazingly fast archive node.
### Really, it is even faster
The standard web3 jsonrpc methods are quite verbose and generic requiring many calls to gather many pieces of information at client side.
We've implemented some custom methods at rpcdaemon level, less information is needed to be json-marshalled and transmitted over network.
2021-07-01 21:59:19 +00:00
## Alpha warning
This software is in alpha stage, and for sure lots of features, error handling, edge cases are missing.
Be sure to check it often or send patches 😀
2021-07-01 18:21:40 +00:00
## Why?
Current offerings are either closed source or lack many features the most famous Ethereum block explorer has, or simply have high requirements like having an archive node + additional indexers.
2021-07-01 21:29:31 +00:00
Otterscan requires only mainline Erigon executing node, patched Erigon RPC daemon and running Otterscan itself (a simple React app), which makes it a laptop-friendly block explorer.
2021-07-01 18:21:40 +00:00
## Why the name?
3 reasons:
- It is heavily based on Erigon, whose mascot is an otter (Erigon, the otter), think about an otter scanning your transactions inside blocks.
- It is an homage to the most famous and used ethereum block explorer.
- The author loves wordplays and bad puns.
## It looks familiar...
2022-10-14 14:57:42 +00:00
The UI was intentionally made very similar to the most popular Ethereum block explorer so users do not struggle trying to find where the information is.
2021-07-01 18:21:40 +00:00
However, you will see that we made many UI improvements.
## Install instructions
2022-01-20 19:24:44 +00:00
[Here](./docs/install.md).
2021-07-01 18:21:40 +00:00
2022-01-20 19:24:44 +00:00
## Contract verification
2021-09-10 21:55:54 +00:00
2022-01-20 19:27:48 +00:00
We make use of [Sourcify](https://sourcify.dev/) for displaying contract verification info. More info [here](docs/sourcify.md).
2021-09-10 21:55:54 +00:00
2022-01-20 19:31:07 +00:00
## Otterscan JSON-RPC API extensions
We implemented new JSON-RPC APIs to expose information not available in a standard ETH node. They can be useful for non-Otterscan users and their specification is available [here](./docs/custom-jsonrpc.md).
2021-09-10 21:55:54 +00:00
## Kudos (in no particular order)
We make use of many open-source software and integrate many public datasources, mainly:
2021-07-01 18:21:40 +00:00
To the [Geth](https://geth.ethereum.org/) team whose code Erigon is based on.
2021-07-01 20:22:57 +00:00
To the [Erigon](https://github.com/ledgerwatch/erigon) team that made it possible for regular humans to run an archive node in a retail laptop. Also, they have been very helpful explaining Erigon's internals which made the modifications Otterscan requires possible.
2021-07-01 18:21:40 +00:00
To the [mdbx](https://github.com/erthink/libmdbx) team which is the blazingly fast database that empowers Erigon.
2022-10-14 14:57:42 +00:00
To [Trust Wallet](https://github.com/trustwallet/assets) who sponsors and makes available their icons under a permissive license.
2021-07-01 18:21:40 +00:00
2021-07-03 16:47:05 +00:00
To the owners of the [4bytes repository](https://github.com/ethereum-lists/4bytes) that we import and use to translate the method selectors to human-friendly strings.
2021-07-01 18:21:40 +00:00
2021-09-10 21:55:54 +00:00
To [Sourcify](https://sourcify.dev/), a public decentralized source code and metadata verification service.
2021-07-13 21:28:56 +00:00
To [Ethers](https://github.com/ethers-io/ethers.js/) which is the client library we used to interact with the ETH node. It is high level enough to hide most jsonrpc particularities, but flexible enough to allow easy interaction with custom jsonrpc methods.
2021-07-01 18:21:40 +00:00
## Future
Erigon keeps evolving at a fast pace, with weekly releases, sometimes with (necessary) breaking changes.
2022-10-14 14:57:42 +00:00
This project intends to keep following their progress and maintaining compatibility as the availability of the author permits.
2021-07-01 18:21:40 +00:00
Erigon itself is alpha, so I consider this software is also in alpha state, however it is pretty usable.
Also there is room for many improvements that are not possible in the current centralized, closed source block explorer offerings and the author of this software would like to have.
2021-07-20 00:03:16 +00:00
2021-08-04 01:30:40 +00:00
## Licensing
This software itself is MIT licensed and redistributes MIT-compatible dependencies.
The Otterscan patches for Erigon are LGPL-3 as required by Geth (since Erigon is a Geth derivative) and kept in a separate repository.
2021-07-20 00:03:16 +00:00
## Getting in touch
### Erigon Discord server
2022-10-01 18:49:59 +00:00
Our Discord server: https://discord.gg/5xM2q2eqDz
Otterscan also has a community channel under the "ecosystem" section of [Erigon's Discord](https://github.com/ledgerwatch/erigon#erigon-discord-server) (invite should be requested).
2021-07-20 00:03:16 +00:00
### Twitter
2022-10-01 18:49:59 +00:00
Official Twitter account: ([@otterscan](https://twitter.com/otterscan)).
Follow the creator on Twitter for more updates ([@wmitsuda](https://twitter.com/wmitsuda)).
2021-07-21 04:08:06 +00:00
### Donation address
2021-09-10 21:38:15 +00:00
If you like this project, feel free to send donations to `otterscan.eth` or use our gitcoin grant page: https://gitcoin.co/grants/3224/otterscan