@sk1ppi/solana-module-1-read-data-from-the-solana-network
v1.0.0
Published
  ;
async function main () {
const balance = await getBalance('7h5o5Zm1XQ6L6W4k7qYB6X3bZ7yY9dQgW8CgK5Qj9P8T')
console.log(balance)
// 0
const balanceInSol = computeBalanceToSol(balance)
console.log(balanceInSol)
// 0
}Testing
To run tests, use the following command:
npm run testContribute
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
