@mailchain/internal
v0.31.0
Published
Mailchain internal library
Downloads
324
Readme
Mailchain Internal Library
Mailchain is a messaging protocol that lets users communicate across protocols. Using Mailchain you can send messages to any blockchain address on different protocols.
For full usage examples view the developer docs.
Installing
Using npm:
$ npm install @mailchain/internal
Using yarn:
$ yarn add @mailchain/internal
Purpose
The internal package is used by @mailchain/sdk
to support it's operations. It's available to developers to use however the interface is not yet stable so expect changes. Stable interfaces will be exposed to their own packages.