omnia-network / ic-websocket-sdk-js

IC Websocket for clients written in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ic-websocket-sdk-js

This repository contains the Rust implementation of IC WebSocket CDK. For more information about IC Websockets, see IC WebSocket Gateway.

Installation

You can install the library using npm:

npm install --save ic-websocket-js

Usage

Refer to the ic_websocket_example repository for an example of how to use this package.

Development

The ic-websocket-sdk-js library implementation can be found in the src folder.

Testing

npm install

npm test

License

MIT License. See LICENSE.

Contributing

Feel free to open issues and pull requests.

About

IC Websocket for clients written in Typescript

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%