1.1.0 • Published 2 years ago

kcc-bridge-sdk-bsc v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago