UNPKG

ic-websocket-js

Version:
38 lines (21 loc) 808 B
# ic-websocket-sdk-js This repository contains the Rust implementation of IC WebSocket CDK. For more information about IC Websockets, see [IC WebSocket Gateway](https://github.com/omnia-network/ic-websocket-gateway). # Installation You can install the library using npm: ```bash npm install --save ic-websocket-js ``` ## Usage Refer to the [ic_websocket_example](https://github.com/omnia-network/ic_websocket_example) repository for an example of how to use this package. ## Development Make sure you have [pnpm](https://pnpm.io/) installed. The **ic-websocket-sdk-js** library implementation can be found in the [src](./src/) folder. ### Testing ```bash pnpm install pnpm test ``` ## License MIT License. See [LICENSE](./LICENSE). ## Contributing Feel free to open issues and pull requests.