Binance Smart Chain
Binance Smart Chain
Binance Smart Chain can be accessed with the following coin types:
Environment | Coin Type | Faucet |
---|---|---|
BSC Production | bsc | |
BSC Testnet | tbsc | https://testnet.binance.org/faucet-smart |
Generating wallets
1 2 3 4 5 6 7 8 9 10 11 12 13 14
bitgo .coin('tbsc') .wallets() .generateWallet({ label: 'My Test Wallet', passphrase: 'secretpassphrase1a5df8380e0e30', enterprise: '5612c2beeecf83610b621b90964448cd', multisigType: 'tss', walletVersion: 3, }) .then(function (wallet) { // print the new wallet console.dir(wallet); });
Balances
BNB is the native asset of the Binance Smart Chain blockchain. The base unit of BNB is jager:
- 1 jager is (
10-8
) or 0.00000001 BNB. - 1 BNB is (
108
) or 100000000 jager (100 million).