Main eversdk typescript monorepo, containing the following modules:
./ton/
–@eversdk/ton
– core package./smc/
–@eversdk/smc
– commonly used smart contracts./net/
–@eversdk/net
– collection of network providers
You can use yarn or npm package manager, to install any of the packages of this monorepo. Use @eversdk/
+ package name (for example yarn add @eversdk/ton
).
Each package in this monorepo contains a LICENSE
file specifying the license for a particular package, or contains information about several licenses at once. Project root (including this README are distributed under the MIT license).