# ton-client-node-js

> TON Client Library for Node.Js

Latest version **0.28.0** (published 2020-11-10) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ton-client-node-js
pnpm add ton-client-node-js
yarn add ton-client-node-js
bun add ton-client-node-js
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.28.0 |
| Published | 2020-11-10 |
| First published | 2019-09-09 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 61 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 21 |
| Author | TON DEV SOLUTIONS LTD. |
| Maintainers | tonlabs |
| Keywords | TON, Javascript, API, Client |

## Links

- npm: https://www.npmjs.com/package/ton-client-node-js
- Repository: https://github.com/tonlabs/ton-client-node-js
- Homepage: https://docs.ton.dev/86757ecb2/p/92b041-overview
- Issues: https://github.com/tonlabs/ton-client-node-js/issues
- npm.io page: https://npm.io/package/ton-client-node-js

## Dependencies (3)

- [websocket](https://npm.io/package/websocket.md) ^1.0.28
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0
- [ton-client-js](https://npm.io/package/ton-client-js.md) ^0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.28.0 (latest) — 2020-11-10
- 0.27.0 — 2020-10-29
- 0.26.2 — 2020-10-19
- 0.26.1 — 2020-09-16
- 0.26.0 — 2020-09-02
- 0.25.0 — 2020-07-24
- 0.24.0 — 2020-06-17
- 0.23.0 — 2020-05-14
- 0.22.0 — 2020-04-26
- 0.21.0 — 2020-03-12
- 0.20.101 — 2020-02-25
- 0.20.100 — 2020-02-20
- 0.20.0 — 2020-02-06
- 0.19.0 — 2020-01-23
- 0.18.0 — 2020-01-20
- … 8 more at https://npm.io/package/ton-client-node-js/versions

## README

# TON Javascript Node.js SDK
[![npm publish](https://github.com/tonlabs/ton-client-node-js/workflows/npm%20publish/badge.svg)](https://www.npmjs.com/package/ton-client-node-js)


## Community links:

[![Chat on Telegram](https://img.shields.io/badge/chat-on%20telegram-9cf.svg)](https://t.me/ton_sdk)  [![Gitter](https://badges.gitter.im/ton-sdk/community.svg)](https://gitter.im/ton-sdk/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

## Documentation

[GraphQL API and SDK documentation](https://docs.ton.dev/86757ecb2/p/92b041-overview)

The JavaScript SDK implements the client-side libraries used by applications working with TON OS GraphQL API.  
This package supports web (browser), mobile-web, and server (Node.js) clients. 

[Common Javascript SDK](https://github.com/tonlabs/ton-client-js) is distributed via [npm package](https://www.npmjs.com/package/ton-client-js).



**Attention!** Because the JS library uses pre-compiled [core sdk rust library](https://github.com/tonlabs/TON-SDK), you need to 
install it via platform-dependable [node-js package](https://www.npmjs.com/package/ton-client-js)  that will automatically 
install common js package +  download and link pre-compiled rust core to your project:


```
npm install ton-client-node-js
```

To get started using TON Javascript SDK, see [Add SDK to your Application](https://docs.ton.dev/86757ecb2/p/61b5eb-nodejs).

---
Copyright 2018-2020 TON DEV SOLUTIONS LTD.

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