Blockchain Creation

Dear whom it may concern,

I wish to create a blockchain creation platform to simulate gene sequences, for the medical industry.

May I ask, in vague terms, what stages should I have in completing this (e.g. create a SwiftUI template etc)?

Thank you in advance. I look forwards to hearing from you.
Answered by petermolnar in 613622022
Hi,

i am quite curious, how do you want to approach the problem? I am nit sure if I understand you well, but you want to build a blockchain, to simulate the genome sequence? Or you want to store the genome sequence data in a blockchain?

For me the first is a bit strange, I have never heard about this use case related to blockchain.
Accepted Answer
Hi,

i am quite curious, how do you want to approach the problem? I am nit sure if I understand you well, but you want to build a blockchain, to simulate the genome sequence? Or you want to store the genome sequence data in a blockchain?

For me the first is a bit strange, I have never heard about this use case related to blockchain.
My app is ground-breaking, so it isn't a surprise that not many people understand it. I don't want to give too much detail away, or somebody else will snatch my idea, but, basically, the question how do you make an application for macOS that hosts a blockchain which will allow plain-text data to be stored in it? Furthermore, how can I limit the number of blocks produced?
Apple does not provide any APIs for blockchain creation, they do provide CryptoKit for cryptographic components. SwiftUI might be a good place to start to develop your User Interface as it can be used to both prototype and create your final product. For creating blockchains there are a number of open source projects such as hyperledger.org and corda.net that have libraries.
Blockchain Creation
 
 
Q