2.0.0 • Published 3 years ago

kcc-bridge-sdk v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

bridge-sdk

English | 简体中文

install

// npm install kcc-bridge-sdk --production

const {Contract} = require("kcc-bridge-sdk").contract;

// new kcc-testnet-bridge instance
const bridge = Contract.getBridgeCore("kcc", {
    testnet:  true,
    fullnode: "https://localhost:8545"
})

// new kcc-testnet-erc20 instance
const usdt = Contract.getERC20("kcc", {
    testnet:  true,
    fullnode: "https://localhost:8545",
    contract: "usdt-token-address"
})
1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago