Getting started

Installation

NPM

To install library using npm, run this command in your project's directory root:

npm install @tonpay/sdk

Yarn

To install library using yarn, run this command in your project's directory root:

yarn add @tonpay/sdk

Vanilla

Using Tonpay SDK in vanilla JS in the browser is not currently possible, but we'll make it possible in the future. If you want to add this yourself, PRs are welcome.

Last updated

Was this helpful?