0.2.0 • Published 12 months ago

ton-play-sdk v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

TON Play SDK

NPM Version NPM Install Size NPM Downloads

TON Play SDK allows you to implement solutions for managing digital assets and the in-game marketplace.

TON Play allows developers to add blockchain elements to any mobile or web game. Additionally, you can port any web game to launch directly inside Telegram via a Web App.

API Key

To get your API-key follow the link

Usage

import { TonPlayClient } from "ton-play-sdk";

const apiKey = 'api:key';
const tonplayClient = new TonPlayClient(apiKey);

tonplayClient.checkToken("j.w.t").then(data => console.log(data));

/*
CheckTokenResponseDTO { valid: false, active: false, userUid: null }
*/
0.2.0

12 months ago

0.1.0

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago