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

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

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