helium-js icon indicating copy to clipboard operation
helium-js copied to clipboard

Official TypeScript packages for interacting with the Helium blockchain

Results 43 helium-js issues
Sort by recently updated
recently updated
newest added

After the transaction broadcast is created, the status is: invalid, bad_ Signature, what is this

Do you have a Java SDK

Hello Team, Is it possible to Integrate the Helium Blockchain Wallet and Block Explorer with Binance Smart Chain based Trading System. Could you please advise if there are reference implementations...

Hi, I could not get this async iterator block (from the README.md) to work locally: ```.js The asynchronous iterator can be used directly via the for-await-of syntax: for await (const...

I tried fetching info regarding validators using this.heliumClient.validators.fromAddress(:address) this.heliumClient.validator(:address) Both methods return the structure of the validator info but with no values to it. Example: `{versionHeartbeat: undefined, status: { height:...

Hi, there seems to be a big lack of documentation about the usage of the libraries etc... At least neither this repo nor docs.helium.com have any documentation about this lib...

Is there a discussion regarding implementing the Validators endpoint in this library?

https://github.com/helium/helium-js/blob/master/packages/http/src/resources/Sums.ts#L51 Right now `.list` allows a string like "-1 day" but `.get` only takes `Date` objects as input: .list: ```js async list(params: ListRewardsParams): Promise { if (!params.bucket) { throw new...

Found TODO in Explorer - `/data/hotspots.js` The current function `fetchRewardsSummary` is using fetch instead of `helium.js`. Added here to track better

It would be great if the `stakingFee` field could return data in the same way as the regular `fee` field returns (i.e. including the `.toNetworkTokens()` function) This would extend the...