0.7.0 • Published 2 years ago

@pinetwork-js/sdk v0.7.0

Weekly downloads
-
License
PiOS
Repository
github
Last release
2 years ago

Pi Network SDK

GitHub npm

Unofficial Pi Network SDK

Features

  • An uncompiled (rewritten) version of the SDK
  • True Typescript support

Installation

Install with npm or yarn:

npm install @pinetwork-js/sdk
yarn add @pinetwork-js/sdk

Usage

const { Pi } = require('@pinetwork-js/sdk');

Pi.init({ version: '2.0' });
import { Pi } from '@pinetwork-js/sdk';

Pi.init({ version: '2.0' });

Documentation

  • Official documentation from the Pi Network Core Team (you don't need to write the types, the package includes them)
0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago