RangerMauve / hyper-sdk

Make your own hyper apps!
https://www.youtube.com/watch?v=HyHk4aImd_I&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=20
MIT License
290 stars 46 forks source link

Dat 2 Support #36

Closed RangerMauve closed 4 years ago

RangerMauve commented 4 years ago

This is currently blocked on hypercore having support for browsers / API stabilization of corestore and hyperdrive

RangerMauve commented 4 years ago

Working on this in this branch: https://github.com/datproject/sdk/tree/dat2-take-two

Just waiting for the destroyData method to be merged into Hypercore and Hyperdrive to release. 😁

RangerMauve commented 4 years ago

This is pretty much ready. Gonna release once the hypercore protocol team does their release and the code can be considered stable. (this week?)

RangerMauve commented 4 years ago

Woot. Hypercore seems to be done with all their breaking changes.

Seems there's an issue with getting it to work on the web still: https://github.com/geut/sodium-javascript-plus/issues/2

Might wait for that to be figured out or I'll release it as is for node.js use.

tinchoz49 commented 4 years ago

Hey @RangerMauve! I tested the sdk with the latest (v0.0.6) sodium-javascript-plus and it seems to be working. I got to replicate a feed between the browser and node.

RangerMauve commented 4 years ago

This is all out now!