TON-SDK | Core Everscale Client library - develop | Blockchain library
kandi X-RAY | TON-SDK Summary
kandi X-RAY | TON-SDK Summary
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
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TON-SDK
TON-SDK Key Features
TON-SDK Examples and Code Snippets
Community Discussions
Trending Discussions on TON-SDK
QUESTION
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:16You 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.
QUESTION
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:06Create a file named authConfig.js in the src folder to contain your configuration parameters for authentication, and then add the following code:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install TON-SDK
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
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page