# web3-api-js

> JavaScript library to interact with NEAR Protocol via RPC API

Latest version **1.3.5** (published 2024-06-18) · (MIT AND Apache-2.0) license · 0 weekly downloads

## Install

```sh
npm install web3-api-js
pnpm add web3-api-js
yarn add web3-api-js
bun add web3-api-js
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.5 |
| Published | 2024-06-18 |
| First published | 2024-06-17 |
| Weekly downloads | 0 |
| License | (MIT AND Apache-2.0) |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 17 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | NEAR Inc |
| Maintainers | chunkmojo |

## Links

- npm: https://www.npmjs.com/package/web3-api-js
- Repository: https://github.com/utnet-org/web3-api-js
- Issues: https://github.com/utnet-org/web3-api-js/issues
- npm.io page: https://npm.io/package/web3-api-js

## Dependencies (17)

- [depd](https://npm.io/package/depd.md) 2.0.0
- [borsh](https://npm.io/package/borsh.md) 1.0.0
- [near-abi](https://npm.io/package/near-abi.md) 0.1.1
- [node-fetch](https://npm.io/package/node-fetch.md) 2.6.7
- [http-errors](https://npm.io/package/http-errors.md) 1.7.2
- [@noble/curves](https://npm.io/package/@noble/curves.md) 1.2.0
- [@web3-utnet-js/types](https://npm.io/package/@web3-utnet-js/types.md) 0.2.3
- [@web3-utnet-js/utils](https://npm.io/package/@web3-utnet-js/utils.md) 0.2.6
- [@web3-utnet-js/crypto](https://npm.io/package/@web3-utnet-js/crypto.md) 1.2.5
- [@web3-utnet-js/signers](https://npm.io/package/@web3-utnet-js/signers.md) 0.1.5
- [@web3-utnet-js/accounts](https://npm.io/package/@web3-utnet-js/accounts.md) 1.2.6
- [@web3-utnet-js/keystores](https://npm.io/package/@web3-utnet-js/keystores.md) 0.0.13
- [@web3-utnet-js/providers](https://npm.io/package/@web3-utnet-js/providers.md) 0.2.6
- [@web3-utnet-js/transactions](https://npm.io/package/@web3-utnet-js/transactions.md) 1.2.4
- [@web3-utnet-js/keystores-node](https://npm.io/package/@web3-utnet-js/keystores-node.md) 0.0.13
- [@web3-utnet-js/wallet-account](https://npm.io/package/@web3-utnet-js/wallet-account.md) 1.2.4
- [@web3-utnet-js/keystores-browser](https://npm.io/package/@web3-utnet-js/keystores-browser.md) 0.0.13

## Recent versions

- 1.3.5 (latest) — 2024-06-18
- 1.3.4 — 2024-06-18
- 1.3.3 — 2024-06-18
- 1.3.2 — 2024-06-18
- 1.3.1 — 2024-06-18
- 1.3.0 — 2024-06-17
- 1.2.4 — 2024-06-17
- 1.2.3 — 2024-06-17
- 1.0.3 — 2024-06-17
- 1.0.2 — 2024-06-17

## README

# NEAR JavaScript API

NEAR JavaScript API is a complete library to interact with the NEAR blockchain. You can use it in the browser, or in Node.js runtime.

## Documentation

- [Learn how to use](https://docs.near.org/tools/web3-api-js/quick-reference) the library in your project

- Read the [TypeDoc API](https://near.github.io/web3-api-js/) documentation

- [Cookbook](https://github.com/utnet-org/web3-api-js/blob/master/packages/cookbook/README.md) with common use cases

- To quickly get started with integrating NEAR in a _web browser_, read our [Web Frontend integration](https://docs.near.org/develop/integrate/frontend) article.

# License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE](https://github.com/utnet-org/web3-api-js/blob/master/LICENSE) and [LICENSE-APACHE](https://github.com/utnet-org/web3-api-js/blob/master/LICENSE-APACHE) for details.

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