Improving Data Querying for Solana

By

By

Solana Labs

Solana Labs

Feb 6, 2023

Feb 6, 2023

Problem to Solve:

Users of custodial wallet providers like Fireblocks, often face timeout on conventional transactions. Solving this is essential for the UX of institutional clients who use solutions like Fireblocks.

Possible Solution:

Create a set of reusable examples for creating transactions that can be signed by custodial services like Fireblocks. Submissions can optionally make use of nonce accounts for multisig situations but can dive deeper into other possible solutions.Another choice would be probably to create the nonce account in a regular transaction and then use it as needed for durable transactions. The creation of a nonce account is unlikely to time out.

Resources:

  1. Offline Transaction Signing

  2. Creating nonce account as a durable transaction

  3. Fireblocks API

  4. A list of Infrastructure projects that have won Solana global hackathons in the past

© 2023 Superteam. All rights reserved.

© 2023 Superteam. All rights reserved.

© 2023 Superteam. All rights reserved.