shelter-client-library-web
v0.1.2
Published
Web-compatible TypeScript library for interacting with the Shelter decentralized messaging protocol on Ethereum-compatible blockchains
Maintainers
Readme
Shelter Client Library Web
Web-compatible TypeScript library for interacting with the Shelter decentralized messaging protocol on Ethereum-compatible blockchains.
Installation
npm install shelter-client-library-webUsage
import { JsonConfig } from 'shelter-client-library-web/config/json-config.js';
// ... use the libraryAPI
- Configuration utilities
- Blockchain providers
- State storage for web extensions
For detailed API documentation, see the TypeScript definitions.
