1.1.0 • Published 3 years ago

kcc-bridge-sdk-bsc v1.1.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.0

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago