An open API service indexing awesome lists of open source software.

https://github.com/omnia-network/ic-websocket-sdk-js

IC Websocket for clients written in Typescript
https://github.com/omnia-network/ic-websocket-sdk-js

Last synced: 16 days ago
JSON representation

IC Websocket for clients written in Typescript

Awesome Lists containing this project

README

        

# 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.