@internet-of-people/coeus-proto
v5.1.0
Published
This library collects common components needed by both the client and server sides of the IOP Naming System (Project Coeus).
Readme
IOP Naming System Protocol
This library collects common components needed by both the client and server sides of the IOP Naming System (Project Coeus).
Table of Contents
Prerequisites
- NodeJS v12.6.1+
- NPM 6.13.4+
Installation
$ npm install @internet-of-people/coeus-proto --save
...Usage
Just include the package and use the required parts of the library, e.g.
import { CoeusTransaction } from '@internet-of-people/coeus-proto';For details and examples, please visit the IOP developer portal.
Check also
Please read about maintainers, contribution contract at https://github.com/Internet-of-People/iop-ts
