https://github.com/walletconnect/chat-client-js
https://github.com/walletconnect/chat-client-js
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walletconnect/chat-client-js
- Owner: WalletConnect
- License: apache-2.0
- Created: 2022-06-20T14:30:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T10:26:41.000Z (over 2 years ago)
- Last Synced: 2025-06-18T03:28:34.795Z (12 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@walletconnect/chat-client
- Size: 2.14 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WalletConnect ChatClient
## Installation
```sh
npm install
```
## Commands
- `lint:scripts` - Runs [eslint](https://eslint.org/) checks
- `format` - Runs [prettier](https://prettier.io/) checks
- `build` - Builds the package
- `test` - Runs all unit tests
- `test:watch` - Runs all unit tests in watcher mode
## Unit Tests
- The unit tests require a `TEST_PROJECT_ID` env variable to defined.
- This can be manually specified by prefixing the desired custom vars: `TEST_PROJECT_ID=... yarn test`
## License
Apache 2.0