TON-SDK | Core Everscale Client library - develop | Blockchain library

 by   tonlabs Rust Version: 1.32.0 License: Apache-2.0

kandi X-RAY | TON-SDK Summary

kandi X-RAY | TON-SDK Summary

TON-SDK is a Rust library typically used in Blockchain, Ethereum applications. TON-SDK has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Core Client Library is written in Rust that can be dynamically linked. It provides all heavy-computation components and functions, such as TON Virtual Machine, TON Transaction Executor, ABI-related functions, boc-related functions, crypto functions. The decision to create the Rust library was made after a period of time using pure JavaScript to implement these use cases. We ended up with very slow work of pure JavaScript and decided to move all this to Rust library and link it to Javascript as a compiled binary including a wasm module for browser applications. Also this approach provided an opportunity to easily create bindings for any programming language and platform, thus, to make it possible to develop distributed applications (DApps) for any possible use-cases, such as: mobile DApps, web DApps, server-side DApps, enterprise DApp etc. Client Library exposes all the functionality through a few of exported functions. All interaction with library is performed using JSON-RPC like protocol. Library works over GraphQL API of EVER OS DApp Server. So, it can be used to interact directly with EVER OS Clouds.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              TON-SDK has a low active ecosystem.
              It has 106 star(s) with 38 fork(s). There are 18 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 13 have been closed. On average issues are closed in 26 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of TON-SDK is 1.32.0

            kandi-Quality Quality

              TON-SDK has 0 bugs and 0 code smells.

            kandi-Security Security

              TON-SDK has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              TON-SDK code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              TON-SDK is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              TON-SDK releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 58882 lines of code, 0 functions and 869 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TON-SDK
            Get all kandi verified functions for this library.

            TON-SDK Key Features

            No Key Features are available at this moment for TON-SDK.

            TON-SDK Examples and Code Snippets

            No Code Snippets are available at this moment for TON-SDK.

            Community Discussions

            QUESTION

            How to deploy a smartcontract and make a transfer from it in Everscale blockchain
            Asked 2021-Dec-24 at 08:51

            I found this quickstart guide on how to do it locally. But there is no information about on how I can deploy my smartcontract to devnet or mainnet.

            So I changed endpoint:

            ...

            ANSWER

            Answered 2021-Dec-13 at 11:16

            You need to first calculate the contract address in the target chain and then tip it up to 1 EVER for deployment to succeed.

            The amount of gas needed depends on the code of the contract, but cannot exceed 1 EVER.

            Source https://stackoverflow.com/questions/70301140

            QUESTION

            MsalProvider - dynamic msal config
            Asked 2021-Nov-06 at 23:06

            I follow the tutorial https://docs.microsoft.com/en-us/azure/developer/javascript/tutorial/single-page-application-azure-login-button-sdk-msal. However, i need to modified the code so that it is able to configure it using the clientId that will be available after is rendered (msal config is retrieved from app level). Is it possible to update the msalConfig in child component?

            ...

            ANSWER

            Answered 2021-Nov-06 at 23:06

            Create a file named authConfig.js in the src folder to contain your configuration parameters for authentication, and then add the following code:

            Source https://stackoverflow.com/questions/69836901

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install TON-SDK

            The best way to build client libraries is to use build scripts from this repo. Note: The scripts are written in JavaScript so you have to install Node.js (v.10 or newer) to run them. Also make sure you have the latest version of Rust installed. To build a binary for a specific target (or binding), navigate to the relevant folder and run node build.js. The resulting binaries are placed to bin folder in the gz-compressed format. Note that the build script generates binaries compatible with the platform used to run the script. For example, if you run it on Mac OS, you get binaries targeted at Darwin (macOS) platform. Note: You need latest version of rust. Upgrade it with rustup update command. Check version with rustc --version, it should be above or equal to 1.47.0.
            Instead of building library yourself, you can download the latest precompiled binaries from TON Labs SDK Binaries Store. If you want an older version of library (e.g. 0.25.0 for macOS), you need to choose a link to your platform from the list above and replace 0 with a version: https://binaries.tonlabs.io/tonclient_0_25_0_darwin.gz.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Blockchain Libraries

            bitcoin

            by bitcoin

            go-ethereum

            by ethereum

            lerna

            by lerna

            openzeppelin-contracts

            by OpenZeppelin

            bitcoinbook

            by bitcoinbook

            Try Top Libraries by tonlabs

            ever-sdk

            by tonlabsRust

            main.ton.dev

            by tonlabsShell

            everdev

            by tonlabsTypeScript

            ever-node

            by tonlabsRust