New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ton-client-react-native-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton-client-react-native-js

TON Client Library for React Native

latest
Source
npmnpm
Version
0.28.0
Version published
Maintainers
1
Created
Source

TON Javascript React-Native SDK

npm publish

Chat on Telegram Gitter

Documentation

GraphQL API and SDK documentation

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 is distributed via npm package.

Attention! Because the JS library uses pre-compiled core sdk rust library, you need to install it via platform-dependable react-native package that will automatically install common js package + download and link pre-compiled rust core to your project:

npm install ton-client-react-native-js

To get started using TON Javascript SDK, see Add SDK to your Application.

Test

This project contains the testApp that runs the main test suite from ton-client-js.

Test environment for iOS:

  • Xcode (latest version)
  • NodeJs (at least 12)

Test environment for Android:

  • Android Studio with emulator
  • NodeJs (at least 12)

Run tests:

cd testApp
npm install
node prepare-suite.js
node run-suite.js ios
node run-suite.js android

Copyright 2018-2020 TON DEV SOLUTIONS LTD.

Keywords

TON

FAQs

Package last updated on 10 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts