obsweb3
v0.1.17
Published
The NPM Package for the OBSCoin ERC20 Token, built on the OBSChain
Downloads
33
Readme
OBSWeb3
The NPM Package for the OBSCoin ERC20 Token
1- Get OBSCoin Balance
const userBalance = await obsshield.getBalance('ETH_Address');
//returns the balance and the symbol (OBS)
console.log(`${userBalance.balance} ${userBalance.symbol}`);