canvas-ui icon indicating copy to clipboard operation
canvas-ui copied to clipboard

[WIP] Add offline-first code and contract database (ThreadDB)

Open kwingram25 opened this issue 4 years ago • 0 comments

Placeholder WIP PR for transitioning Canvas UI from localStorage to offline-first ThreadDB P2P back-end for storing code bundles and deployed contracts

JS-ThreadDB overview

Roadmap

  • Use offline-only DB for local and development chains (effectively identical to current version)
  • Use syncing remote DB for public chain endpoints i.e. Canvas Test
  • Add public-key identities for users to allow retrieval of codes/contract bundles from other devices (docs)
  • Support sign-in using Polkadot browser extension

kwingram25 avatar Apr 02 '21 05:04 kwingram25