https://github.com/subscan-explorer/subscan-plugin
subscan plugin SDK
https://github.com/subscan-explorer/subscan-plugin
Last synced: 9 months ago
JSON representation
subscan plugin SDK
- Host: GitHub
- URL: https://github.com/subscan-explorer/subscan-plugin
- Owner: subscan-explorer
- License: gpl-3.0
- Created: 2020-07-13T03:52:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-11T08:08:39.000Z (about 1 year ago)
- Last Synced: 2025-06-11T09:24:29.135Z (about 1 year ago)
- Language: Go
- Homepage: https://www.subscan.io/
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subscan Plugin
The subscan plugin is an interface lib to [subscan-essentials](https://github.com/itering/subscan-essentials) plugin, and [Gen](https://github.com/itering/subscan-plugin/tree/master/tools) tool can automatically generate plugin templates
## Install
```
go get github.com/itering/subscan-plugin
```
## Usage
[tutorial](/tutorial.md)
## Test
```shell script
go test ./... -v
cd tools/gen-plugin && ./test_gen_tools.sh
```
## LICENSE
GPL-3.0
## Resource
- [subscan-essentials] https://github.com/itering/subscan-essentials
- [substrate-api-rpc] https://github.com/itering/substrate-api-rpc