@sealsc/web-extension-protocol

Uniform blockchain web extension interface protocol.

Usage no npm install needed!

<script type="module">
  import sealscWebExtensionProtocol from 'https://cdn.skypack.dev/@sealsc/web-extension-protocol';
</script>

README

sealsc-web-extension-protocol

Basic definitions and tools for Seal-SC web extension protocol.
This protocol allow developers use a uniform interface sets to access and invoke different web extension for different blockchain, such as MetaMask, Scatter and so on.

Installation

npm install @sealsc/web-extension-protocol

Import as ES6 module

import "@sealsc/web-extension-protocol"

Use in browser

<script src="./dist/sealsc-web-extension-protocol.min.js"></script>

Documentation

Seal SC web extension protocol

License

The source is made available under the MIT license.