eth.build icon indicating copy to clipboard operation
eth.build copied to clipboard

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

Open grahamtallen opened this issue 3 years ago • 2 comments

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 avatar Aug 24 '21 22:08 grahamtallen

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

grahamtallen avatar Aug 30 '21 22:08 grahamtallen

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.

kamikazebr avatar May 18 '22 20:05 kamikazebr