Questions tagged [fireblocks-sdk]

Fireblocks SDK is a development platform for cryptocurrencies. Use this tag for questions about developing code with the Fireblocks SDK.

Fireblocks SDK is a development platform for cryptocurrencies.

https://developers.fireblocks.com/docs/api-sdk-overview

4 questions
1
vote
0 answers

Fireblocks Polygon Wallet Creation Axios Error

According to Fireblocks Docs , I created default wallet "BTC_TEST" like this.enter image description here But when I create Matic wallet it give me Axios Error. I don't know the reason about that. Matic is supported assetsID in Fireblocks. Help…
1
vote
2 answers

NestJS Reading File - No Such File or Directory

I am having trouble getting my nestJS app to read my cert secret file and even a simple txt file. I am getting the error: ERROR [ExceptionsHandler] ENOENT: no such file or directory Below is all I am doing, using fs to read the file: import…
Mabel Oza
  • 557
  • 8
  • 22
-1
votes
1 answer

How can I know which functions call a certain TypeScript function, I cannot find an instance where it is called

I have a TypeScript function called signMessage which is called when I send a transaction (a smart contract call). https://github.com/fireblocks/fireblocks_matic_near_staking_sdk/blob/main/src/NEAR/NEARFireblocksSigner.ts#L44 For example, I'm…
-1
votes
1 answer

Fireblocks API queued transactions issue

I am working with Fireblocks API and when I send multiple transactions one after another, most of them are QUEUED and it seems that Fireblocks is sending transaction requests to Kaleido one by one. Therefore to process 50 transactions it takes…