Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] dApp backend for securely sharing .webloc build files #85

Open
grahamtallen opened this issue Aug 24, 2021 · 2 comments
Open

Comments

@grahamtallen
Copy link
Collaborator

We would like to be able to:

  1. Publicly diagram architectures using eth.build.
  2. See a feed of public ideas, publicized architecture diagrams for review.
  3. Privately diagram architectures using eth.build, and share securely with collaborators
@grahamtallen grahamtallen changed the title Feature dApp backend for securely sharing .webloc build files [Feature] dApp backend for securely sharing .webloc build files Aug 24, 2021
@grahamtallen
Copy link
Collaborator Author

We should save them as jsons instead of webloc files using Ceramic's TileDocument for storing json objects. That way its simpler, without having us worry about compressing/decompressing jsons. https://developers.ceramic.network/streamtypes/tile-document/overview/ Related to old PR here: #48
As mentioned in pr 48, we can use IDX to securely encrypt each file so that they are private to each user's individual wallet

@kamikazebr
Copy link

We should save them as jsons instead of webloc files using Ceramic's TileDocument for storing json objects. That way its simpler, without having us worry about compressing/decompressing jsons. https://developers.ceramic.network/streamtypes/tile-document/overview/ Related to old PR here: #48 As mentioned in pr 48, we can use IDX to securely encrypt each file so that they are private to each user's individual wallet

That could be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants