SkynetLabs / go-skynet

An SDK for integrating Skynet into Golang applications
MIT License
8 stars 5 forks source link

Implement "Skynet on server" features #6

Open dghelm opened 3 years ago

dghelm commented 3 years ago

Similar to skynet-substrate and skynet-nodejs, exposing the core Skynet elements, but nothing related to MySky, SkyDB and browser access.

For Registry Entries: We'd take Ivo's work from building https://github.com/ro-tex/skydb/ and implement only the registry bits into the SDK.

We'd need to write the logic for cookies, resolver skylinks, and pinning.

For large files, we could hopefully leverage https://github.com/eventials/go-tus

guacamole commented 3 years ago

Hi @dghelm , we have started working on this. updates to follow...

mrcnski commented 3 years ago

@guacamole Great! Please get in touch if you need help.