1.2.0 • Published 4 years ago

bitnum-xuper-sdk v1.2.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

Xuper SDK JS

Build Status npm version

A simple JS(TS) SDK for XuperOS

Features

  • Create / Revert account
  • Get local account balance and detail
  • Make, post and query transaction

Support Xuper OS

  • Pre-Execution
  • Endorser check and signature

Usage

Install package

npm install --save @xuperchain/xuper-sdk

Example

import XuperSDK, {Cryptography, Language, Strength} from '@xuperchain/xuper-sdk'

const xsdk = new XuperSDK({
    node,
    chain,
    needEndorse: true,
    endorseConf
})

xsdk.createAccount(
    Language.SimplifiedChinese,
    Strength.Easy,
    Cryptography.EccFIPS
)

Documents

Todos

  • Support xuperchain/xuperunion
1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago