bartosz546

Results 10 issues of bartosz546

Hi! I am trying to connect my dapp browser interface with your wallet, but I cannot find 'npm' package with js interface to achieve so. How it is named and...

Hi! I asked question on stackoverflow regarding this topic. I'll be glad, if you answer. I see almost all public API nodes turned off on steem, I was thinking about...

If I call `steem.api.getBlock(blockNuber) ` for a newly created block it returns sometimes block similar to this one (I removed part of block cause github doesn't allow such long messages):...

Hi :) I'm looking for a why to confirm transaction has got place with steem js library, maybe you know how to do it? I want to create bot which...

https://github.com/steemit/steem-js/issues/349

Cordova-ios listing command fails occasionally. After couple of reruns I am sometimes able to make the command finally pass. However, the command fails on external GitLab pipelines runners and I...

Hi! I am building application which synchronizes live with EOS blockchain. I established graphQL connection like this using dfuse-js: `this.dFuseClient.graphql(graphQLQuery, async (message) => { // do something });` My connection...

GET /v0/search/transactions [ [ GitHub ](https://github.com/dfuse-io/docs/edit/master/content/eosio/public-apis/reference/rest/get-search-transactions.md) | [ www ](https://docs.dfuse.io /eosio/public-apis/reference/rest/get-search-transactions/) ] If I try to call this endpoint I receive http status 410. Am I doing sth wrong or...

Replicate scenario: Run below command in folder different the iTMSTransporter installation one: `iTMSTransporter -assetfile main.ipa -u "[email protected]" -p "ios-app-password" -m upload -asc_provider "TEAM_ID" -assetDescription AppStoreInfo.plist` Behavior: Error is thrown: >...

This example block of code fails whenever added to angular project: ``` import {Blockfrost, Lucid} from "lucid-cardano"; let a = await Lucid.new( new Blockfrost( "ApiAddress", "projectId", ), "network" ); ```...