Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
IC Websocket for clients written in Typescript
- Host: GitHub
- URL: https://github.com/omnia-network/ic-websocket-sdk-js
- Owner: omnia-network
- License: mit
- Created: 2023-07-27T17:01:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T14:44:24.000Z (7 days ago)
- Last Synced: 2024-10-31T15:18:49.605Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-internet-computer - ic-websocket-sdk - Library for interfacing with the IC via WebSocket using JavaScript. (Client Libraries (Agents) / JavaScript/TypeScript)
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 installnpm test
```## License
MIT License. See [LICENSE](./LICENSE).
## Contributing
Feel free to open issues and pull requests.