# @walletconnect/jsonrpc-http-connection

> HTTP Connection for JSON-RPC

Latest version **1.0.8** (published 2024-05-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @walletconnect/jsonrpc-http-connection
pnpm add @walletconnect/jsonrpc-http-connection
yarn add @walletconnect/jsonrpc-http-connection
bun add @walletconnect/jsonrpc-http-connection
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2024-05-07 |
| First published | 2021-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 164.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 132 |
| Author | WalletConnect, Inc. |
| Maintainers | cyberdrk, nachosan, huxwell, chris13524, devceline, gancho_walletconnect, bkrem, pedrouid |
| Keywords | json, rpc, jsonrpc, json-rpc, tools, types, utils, provider |

## Links

- npm: https://www.npmjs.com/package/@walletconnect/jsonrpc-http-connection
- Repository: https://github.com/WalletConnect/walletconnect-utils
- Homepage: https://github.com/WalletConnect/walletconnect-utils/
- Issues: https://github.com/WalletConnect/walletconnect-utils/issues
- npm.io page: https://npm.io/package/@walletconnect/jsonrpc-http-connection

## Dependencies (4)

- [events](https://npm.io/package/events.md) ^3.3.0
- [cross-fetch](https://npm.io/package/cross-fetch.md) ^3.1.4
- [@walletconnect/safe-json](https://npm.io/package/@walletconnect/safe-json.md) ^1.0.1
- [@walletconnect/jsonrpc-utils](https://npm.io/package/@walletconnect/jsonrpc-utils.md) ^1.0.6

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.8 (latest) — 2024-05-07
- 1.0.7-canary-1 (canary) — 2023-05-19
- 1.0.0-beta.1 (beta) — 2021-07-26
- 1.0.7 — 2023-05-22
- 1.0.6 — 2023-02-22
- 1.0.5 — 2023-02-20
- 1.0.4 — 2022-11-25
- 1.0.3 — 2022-07-29
- 1.0.2 — 2022-06-11
- 1.0.1 — 2022-06-11
- 1.0.0 — 2021-07-28

## README

# WalletConnect Utils

Monorepo of JS utility packages for WalletConnect

## Setup

1. Clone the repository:

```bash
git clone https://github.com/WalletConnect/walletconnect-utils.git
```

2. Install all dependencies:

```bash
npm install
```

3. Ensure all packages lint, build, and test successfully:

> **For all tests to pass in the following command, you will need your own `TEST_PROJECT_ID` value**,
> which will be generated for you when you set up a new project on [WalletConnect Cloud](https://cloud.walletconnect.com).

```bash
# `check` will call `turbo run prettier lint build test` under the hood.
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
```

## Publishing a package

1. To register a change relevant for a package's release, call `changeset`:

```bash
npm run changeset
```

In the interactive shell:

- select the relevant package(s) with the `<space>` bar where changes have been made
- select (via `<space>`) which packages should receive a major/minor/patch version bump. To simply skip a version level, hit `<enter>` without selecting anything.
- Confirm the changes, which will auto-create a changeset file inside the `.changeset` directory

2. Version and publish the changeset of the affected packages:

```bash
# will run `changeset version && turbo pre-publish && changeset publish` under the hood.
npm run npm-publish
```

## License

MIT

---
_Source: https://npm.io/package/@walletconnect/jsonrpc-http-connection · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
