Questions tagged [exonum]

Exonum is an extensible open-source framework for creating blockchain applications.

Exonum can be used to create cryptographically powered distributed ledgers in virtually any problem domain, including FinTech, GovTech, and LegalTech. The Exonum framework is oriented towards creating permissioned blockchains, that is, blockchains with the known set of blockchain infrastructure providers.

3 questions
1
vote
1 answer

Exonum blockchain ancoring cost

Question to anyone who's using Exonum's anchoring capabilities https://exonum.com/doc/advanced/bitcoin-anchoring/. What's the cost (in BTC) of running anchoring? How to compute/predict it? For example, for a private network with average load of 100…
execc
  • 1,083
  • 12
  • 25
1
vote
1 answer

Tracking changes of a single object in Exonum

I have a single object on a blockchain that is going to get updated from time to time. I'd like to track these changes. How do I describe such a struct Vec<(u32, u32)> and initialize it at the start? For now I have: encoding_struct! { struct AC…
Victor Ermolaev
  • 721
  • 1
  • 5
  • 16
0
votes
1 answer

calculate size each exon from Cigar string in a bam file

I have a bam file i want to calculate size for each exon: for example i have 6 cigar…