Core TypeScript library that implements low level primitives for TON blockchain.
yarn add @ton/corenpm install @ton/core@ton/core concurrently in the same project is not supported. Use the package manager's functionality (npm, yarn) in CI to avoid this.
By default tests are running using multiple worker threads. It's faster, but
undesirable during debugging. SINGLETHREADED env variable covers this case
SINGLETHREADED=1 yarn run testSee CONTRIBUTING.
This library has been created and maintained by the Whales Corp. and Dan Volkov. The current maintainer is TON Studio.
MIT