A way to share logic between Dapps #6
aleixmorgadas
started this conversation in
Framework Ideas
Replies: 2 comments 1 reply
|
Very abstract, more details needed. At the moment, everything is simple and clear, there is nothing to discuss here. |
1 reply
|
I opened a subsequent discussion under Dapps Ideas to open a discussion about metadata associated to dapps in the context of a Project Directory as illustrated in the above. Great idea, @aleixmorgadas, looking forward to discuss more. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm thinking to create a shared interface between Dapps on top of
symbol-dappin way that other projects can reuse that logic.Something like :

symbol.directory creates a library that acts as a plug and play component in
symbol-dappso that other projects, in this example symbolsocial.network` can reuse without needing to re-implement the logic.By doing so, people can reuse and compose Dapps that are the result of smaller Dapps. You can see this approach a copy of the Unix philosophy, the same but applied in Dapps.
All reactions