Author

Topic: web3 (Read 40 times)

newbie
Activity: 96
Merit: 0
January 11, 2022, 05:45:36 AM
#3
I've been working on a system like this for while, before the buzzword web3 was created, but it's a complex question, but essentially regarding the software architecture you can always approach this to the MVC model ( model view controller), some mechanism to route network request to a function ( controller ) , some model for data ( Model) , and a way to generate the UI / interface / content ( views) .

All of this with the additional feature that identifier on the network must be decentralized using asymetric cryptography instead of centralized login/session, and some way to have also permission that can be stored on the blockchain and checked by any node. Then also a way to store file like images in a decentralized p2p way.

From there normally you already have a good fundation for a decentralised web.

Thanks for your feedback! But how web3 works in MVC model?
full member
Activity: 322
Merit: 151
They're tactical
January 10, 2022, 09:06:02 AM
#2
I've been working on a system like this for while, before the buzzword web3 was created, but it's a complex question, but essentially regarding the software architecture you can always approach this to the MVC model ( model view controller), some mechanism to route network request to a function ( controller ) , some model for data ( Model) , and a way to generate the UI / interface / content ( views) .

All of this with the additional feature that identifier on the network must be decentralized using asymetric cryptography instead of centralized login/session, and some way to have also permission that can be stored on the blockchain and checked by any node. Then also a way to store file like images in a decentralized p2p way.

From there normally you already have a good fundation for a decentralised web.
newbie
Activity: 96
Merit: 0
January 10, 2022, 08:18:26 AM
#1
I am working on web3 library. I need support on this . Please help me on this. And the question is How to develop on Web3?
Jump to: