Bitcoin Forum

Bitcoin => Project Development => Topic started by: K4 on July 24, 2017, 05:52:00 PM



Title: Private Blockchain as database
Post by: K4 on July 24, 2017, 05:52:00 PM
Dear community,

for my customers I want to develop/setup a private blockchain to historically save their supply chain. In theory I want to use the blockchain as a lightweight database that stores certain information about goods that leave a factory. All the customers are able to setup a small miner to confirm each others transactions.

Here's my basic idea:
Each customer gets access to a wallet. My company should be able to issue an unlimited supply of coins to my customers. They then use my existing software to track their goods internally in the factory. As soon as the good leaves the factory, I want to save the relevant information as a transaction in the blockchain. The coins should be transfered to a wallet where they stay forever. The information should not be encrypted so it can be viewed by 3rd parties.

I am a software developer myself but of course I won't implement my own blockchain. I would rather like to use the source code of a coin that already exists. Maybe you know of any coin that could do what I want to achieve. Of course I could use the database of the existing software, but I think the blockchain is a perfect alternative since it cannot be tempered with. I hope you get the idea.

Does anyone know of any coin that does suite my needs or point me into the right direction?

Any help is highly appreciated.

Thank you in advance & kind regards
K4


Title: Re: Private Blockchain as database
Post by: BuySomeBitcoins on July 24, 2017, 09:20:53 PM
You do not need any coin for that, you can use https://www.hyperledger.org/ open source to create a blochchain, create accounts, issue assets and do whatever you need to.




Title: Re: Private Blockchain as database
Post by: lolingera on July 26, 2017, 11:21:16 AM
i have similar problem ... how to make blockchain technology to serve my divine dollars  ... large data base ... pm me if you have some solutions .. tx


Title: Re: Private Blockchain as database
Post by: K4 on July 26, 2017, 05:32:42 PM
You do not need any coin for that, you can use https://www.hyperledger.org/ open source to create a blochchain, create accounts, issue assets and do whatever you need to.

Thanks a lot, I think this points me in the right direction!


Title: Re: Private Blockchain as database
Post by: justdimin on July 26, 2017, 09:11:37 PM
What you need is nothing related to creating any coins or tokens. You can create a private blockchain, assuming you decide whom you give access to it, and store the database. In my opinion the erethreum blockchain is best suited for this, opensource and free.