Post
Topic
Board Project Development
Re: [IDEA] Decentralized Courier Network & Marketplace – Powered by Bitcoin
by
giacoro
on 06/01/2025, 13:14:57 UTC
I have few questions, where and how the data (such as destination address and location of the package hold by seller) is stored? Surely it's not public blockchain which can be seen anyone, right?
It need to be stored in a decentralized way. Why not bitcoin? You can just hash it with your private key I guess. The problem is how much does it cost to store few strings of data on blockchain. For example
this
Code:
IALbjlgCEo75teC4/CPG761/mhAG0u5QK5DkA7VHuorgdfu06DQQvESCXwWT0HtShYP+253R8OlXl7NBu84RdL4=
is the signature for the coordinates of New York using a TestNet4 address.

The problem is how much does it cost to store few strings of data on blockchain.

If the market is decentralized how can I store this data on a central server? I can't. I must create a new blockchain to start this market or can I use bitcoin?