Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everx-labs/ton-client-node-js
TON Javascript API for Node.js
https://github.com/everx-labs/ton-client-node-js
api blockchain everscale graphql hacktoberfest lite-client sdk telegram-open-network ton-sdk web3 web3js
Last synced: about 1 month ago
JSON representation
TON Javascript API for Node.js
- Host: GitHub
- URL: https://github.com/everx-labs/ton-client-node-js
- Owner: everx-labs
- License: apache-2.0
- Created: 2019-09-04T10:43:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T07:48:46.000Z (about 4 years ago)
- Last Synced: 2024-11-05T01:49:28.667Z (about 2 months ago)
- Topics: api, blockchain, everscale, graphql, hacktoberfest, lite-client, sdk, telegram-open-network, ton-sdk, web3, web3js
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 22
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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.