![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
exc-balance-checker
Advanced tools
One-function solution for checking an address' balance on Eximchain's main or gamma networks.
Code for checking an address' balance on Eximchain's main and test networks.
Install via:
npm install --save exc-balance-checker
Import the checker function:
import excChecker from 'exc-balance-checker';
The balance checker returns a Promise and comes with URLs to our Community Nodes already baked in, so you're ready to go:
const acctBalance = await excChecker(yourAddr, options);
The options object has a few possible keys:
Key Name | Default Value | Usage |
---|---|---|
useTestNet | false | Boolean, set true to query test net instead of main net. |
customEndpoint | undefined | Set if you want to plug in your own node address. Cannot be specified along with useTestNet . |
requireChecksum | false | Web3 typically requires that addresses follow checksum capitalization, but we disable that check. Set to true to re-enable. |
user | null | user argument for web3.HttpProvider . |
timeout | null | timeout argument for web3.HttpProvider . |
password | null | password argument for web3.HttpProvider . |
headers | null | headers argument for web3.HttpProvider . Useful for setting the CORS Access-Control-Allow-Origin header, as Firefox and Safari will block requests which do not have that set. |
FAQs
One-function solution for checking an address' balance on Eximchain's main or gamma networks.
The npm package exc-balance-checker receives a total of 1 weekly downloads. As such, exc-balance-checker popularity was classified as not popular.
We found that exc-balance-checker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.