# @defichain/jellyfish-api-jsonrpc

> SDK & Ecosystem for building modern lite DeFi Applications at scale.

Latest version **4.0.7** (published 2024-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @defichain/jellyfish-api-jsonrpc
pnpm add @defichain/jellyfish-api-jsonrpc
yarn add @defichain/jellyfish-api-jsonrpc
bun add @defichain/jellyfish-api-jsonrpc
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.7 |
| Published | 2024-02-23 |
| First published | 2021-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 10.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 101 |
| Maintainers | fuxingloh, defichain-npm |

## Links

- npm: https://www.npmjs.com/package/@defichain/jellyfish-api-jsonrpc
- Repository: https://github.com/BirthdayResearch/jellyfishsdk
- Homepage: https://github.com/BirthdayResearch/jellyfishsdk#readme
- Issues: https://github.com/BirthdayResearch/jellyfishsdk/issues
- npm.io page: https://npm.io/package/@defichain/jellyfish-api-jsonrpc

## Dependencies (3)

- [cross-fetch](https://npm.io/package/cross-fetch.md) ^3.1.5
- [abort-controller](https://npm.io/package/abort-controller.md) ^3.0.0
- [@defichain/jellyfish-api-core](https://npm.io/package/@defichain/jellyfish-api-core.md) 4.0.7

## Recent versions

- 4.0.7 (latest) — 2024-02-23
- 0.32.0 (next) — 2021-07-29
- 4.0.6 — 2024-02-05
- 4.0.5 — 2023-12-05
- 4.0.1 — 2023-11-14
- 4.0.0 — 2023-11-03
- 4.0.0-beta.14.1 — 2023-10-13
- 4.0.0-beta.14 — 2023-10-09
- 4.0.0-rc.1.2 — 2023-09-26
- 4.0.0-rc.1.1 — 2023-09-26
- 4.0.0-rc.1 — 2023-09-26
- 4.0.0-beta.11.1 — 2023-09-19
- 4.0.0-beta.11 — 2023-09-04
- 4.0.0-beta10.1 — 2023-08-31
- 4.0.0-beta.10 — 2023-08-28
- … 279 more at https://npm.io/package/@defichain/jellyfish-api-jsonrpc/versions

## README

# @defichain/jellyfish-api-jsonrpc

`@defichain/jellyfish-api-jsonrpc` implements `@defichain/jellyfish-api-core`
with [`JSON-RPC 1.0`](https://www.jsonrpc.org/specification_v1) specification.

Other than `jellyfish-api-core`, 2 other external dependencies are used with 4 deeply.

1. `cross-fetch` for an isomorphic fetch client compatible with RN, Node & browser.
   1. `node-fetch`
2. `abort-controller` for fetch abort signal implementation for request timeout.
   1. `event-target-shim`

## Development & Testing

As all RPC interfacing is implemented in `jellyfish-api-core`, this package development & testing only focus on the
[JSON-RPC 1.0](https://www.jsonrpc.org/specification_v1) specification implementation.

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