@sealsc/web-extension-protocol
v0.1.2
Published
Uniform blockchain web extension interface protocol.
Downloads
8
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.