简体   繁体   中英

How to create a blockchain for record keeping

I have read a lot about how blockchain could be implemented for other technologies other than crypto currencies. I did some research on how to create a fork (build your own) blockchain but they were for creating your own alternative currencies. I was wondering if this community would know or could point me in the right direction as to creating a blockchain that would be used for record keeping.

I have a background in development coding and I have studied solidity in parallel with the ethereum blockchain. I have forked the go-ethereum source code and built it out on an ubuntu virtual machine. However, I am finding it hard to find discussions on creating blockchains for record purposes. I have found online articles on the concept of using blockchain technology for record keeping but finding a hard time on how to kick start this project. Would I have to build a blockchain and use code to build a user interface to interact with it and instead of sending transactions to the block chain, find other data input to send to the blockchain?

To create a Blockchain for record keeping, you can:

  1. Use a Blockchain that exists . In this case, for example, I think that it would be a good chance to use Ethereum. Here , you have a tutorial about it. Nowadays, there are many people who use the Ethereum network for record keeping, although you should pay some Ethers. Provenance is an example and an interesting project about it.
  2. Create your own Blockchain . For that, if I were you I would use the Hyperledger Fabric . Fabric gives you the chance to create a private Blockchain, so you could control the acces. There, you can deploy the Smart Contract that you require.

When you create a Blockchain or you use one that exists, you deploy your own Smart Contract. There, you define how is going to be your code. Then, you have to define a interfaz which will call to your Blockchain.

I agree It's better to create your own Blockchain . You can prefer to use IBM Block Chain solution to create your private blockchain. It will help you to handle and configure setting using dashboards as required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM