Development of Dapp
posted 5 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hi, my name is Rohit, right now I am working on my thesis for developing Dapp, to provide the decentralized secure database, for the storage of data I came across ethereum blockchain which provides the solution but regardless, executing the smart contracts to store the data, however, consumes a token. It needs a wallet which in turn complicates the use of the app for the users. So is there an option in blockchain to execute it and not making it heavy for the users. A bit confused on the selection, so the option for other databases like OrbitDb and BigchainDb or Gun. How can I achieve the things incase of ethereum-go instead, to do the same work along with encryption without tokens?
posted 5 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
What is Dapp?
Tim Driven Development | Test until the fear goes away
Rohit Gowda
Greenhorn
Posts: 4
posted 5 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
It means decentralized applications, where we strive to provide the storage in a decentralized way by removing the negative effects of centralized storages like single point of failure etc.
posted 5 years ago
-
1 -
-
Number of slices to send:Optional 'thank-you' note:
-
-
Yes, the biggest barrier for Dapps (or decentralized apps) is the requirement for users to sign every transaction with a private key. Most users just want to use username / password, and do not wish to do the chores of private key management. That is why most dapps you see today are "money" related -- investment, gambling etc. There are really two ways to mitigate this. We discussed both options at length in the book. https://www.buildingblockchainapps.com/
1. Build key management into your client. That is, to provide a "wallet" in your web app or mobile app and help the user access the key transparently once they login.
2. Automatically generate keys for public apps. This approach is essentially what you see when you create and publish a Dapp from the BUIDL IDE tool:
http://buidl.secondstate.io/
To see a full example of "disposable private keys for public Dapps", check out this tutorial:
https://blog.secondstate.io/post/20191002-book-etc-en/
1. Build key management into your client. That is, to provide a "wallet" in your web app or mobile app and help the user access the key transparently once they login.
2. Automatically generate keys for public apps. This approach is essentially what you see when you create and publish a Dapp from the BUIDL IDE tool:
http://buidl.secondstate.io/
To see a full example of "disposable private keys for public Dapps", check out this tutorial:
https://blog.secondstate.io/post/20191002-book-etc-en/
Building Blockchain Apps: https://www.buildingblockchainapps.com/
Rust and WebAssembly on the server-side: https://www.secondstate.io/ssvm/
Rohit Gowda
Greenhorn
Posts: 4
posted 5 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Thank you very much, these points are helpful for my research work.
| If I'd had more time, I would have written a shorter letter. -T.S. Eliot such a short, tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |









