Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 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

The **ic-websocket-sdk-js** library implementation can be found in the [src](./src/) folder.

### Testing

```bash
npm install

npm test
```

## License

MIT License. See [LICENSE](./LICENSE).

## Contributing

Feel free to open issues and pull requests.