0.2.0 • Published 3 years ago
ton-play-sdk v0.2.0
TON Play SDK
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
3 years ago
0.1.0
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago