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

https://github.com/walletconnect/chat-client-js


https://github.com/walletconnect/chat-client-js

Last synced: 12 months ago
JSON representation

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