0.1.41 • Published 5 months ago

pakt-sdk v0.1.41

Weekly downloads
-
License
BSD-3
Repository
github
Last release
5 months ago

Alt PAKT

PAKT

Npm package version Npm package monthly downloads Latest release Npm package license

PAKT SDK is a modern software development kit, built for NodeJs.

Installation

To install PAKT SDK, simply

npm install pakt-sdk

yarn add pakt-sdk

:warning: Ensure you are registered on www.pakt.world, with a paid and activated chainsite.

Initialization

See below the code block for initialization

//Typescript
import PaktSDK from "pakt-sdk";

const apiKey = config.PAKT_SDK_API_KEY;
const configData: PaktConfig = {
  token: apiKey,
  verbose: true,
};

const sdkInit = await PaktSDK.init(configData);
//Javascript
const PaktSDK = require("pakt-sdk");

const apiKey = config.PAKT_SDK_API_KEY;
const configData = {
  token: apiKey,
  verbose: true,
};
const sdkInit = await PaktSDK.init(configData);

The above code initializes the PAKT SDK and ensures the API KEY is generated on www.pakt.world.


If you want to learn how to use the PAKT SDK, visit this link for the documentation & guide.

Example

Explore our example project which effectively demonstrates the practical application of our SDK: Sample Project

0.1.30

7 months ago

0.1.31

7 months ago

0.1.32

7 months ago

0.1.33

6 months ago

0.1.34

6 months ago

0.1.35

6 months ago

0.1.36

6 months ago

0.1.37

6 months ago

0.1.27

7 months ago

0.1.28

7 months ago

0.1.29

7 months ago

0.1.41

5 months ago

0.1.20

7 months ago

0.1.21

7 months ago

0.1.22

7 months ago

0.1.23

7 months ago

0.1.24

7 months ago

0.1.25

7 months ago

0.1.26

7 months ago

0.1.40

6 months ago

0.1.38

6 months ago

0.1.39

6 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.14

8 months ago

0.1.15

8 months ago

0.1.16

8 months ago

0.1.17

8 months ago

0.1.18

8 months ago

0.1.19

8 months ago

0.1.11

8 months ago

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

9 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago