Netscan is a high-precision blockchain explorer data harvester. It supports substrate-based blockchain networks with developer-friendly interface, standard or custom module parsing capabilities. It's a fork of the work done by the subscan team to provide social network and postgres support. Developers are free to use the codebase to extend functionalities and develop unique user experiences for their audiences.
The default API Doc can be found here DOC
- Separation of API Server and daemon
- Support Substrate network custom type registration Custom
- Support index block, Extrinsic, Event, log
- More data can be indexed by custom plugins Plugins
- Gen tool can automatically generate plugin templates
- Built-in default HTTP API DOC
./build.sh build && ./cmd/netscan --conf configs install
API
./cmd/netscan --conf configs
Daemon
./cmd/netscan --conf configs start substrate
./cmd/netscan --conf configs stop substrate
docker-compose build
docker-compose up -d
GPL-3.0