Socket
Socket
Sign inDemoInstall

kanban-sdk

Package Overview
Dependencies
125
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kanban-sdk

kanban-chain sdk sign


Version published
Weekly downloads
4
increased by100%
Maintainers
1
Install size
23.9 MB
Created
Weekly downloads
 

Readme

Source

调用示例

基于助记词还原FAB账户

import * as KanbanSdk from 'kanban-sdk';
const {
  Build,
  Crypto
} = KanbanSdk;

const mnemonic = 'recipe before ship fun leg fluid exchange book unique divide seat brief';
const keyPair = Crypto.recover(mnemonic);
const txHex = Build.getHex(nonce:string,abiHex: string, privateKey: any, address: string | undefined, smartContractAddress: string,value:number = 0)

Keywords

FAQs

Last updated on 01 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc