0.2.0 • Published 1 year ago

ton-play-sdk v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.0

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago