SkynetLabs / go-skynet

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

Add a skynet-utils binary that does trustless portal uploads and downloads #10

Open DavidVorick opened 2 years ago

DavidVorick commented 2 years ago

Added an environment variable SKYNET_PORTAL that a user can configure so that all cli operations automatically use the user's preferred portal. This is part of getting skynet-kernel to a fully trustless place.

DavidVorick commented 2 years ago

I ended up doing a lot more. The end result is going to be a fully trustless skynet-kernel deployment

DavidVorick commented 2 years ago

I migrated a cli tool over. It's not building, also the Makefile is pretty nonstandard. I might do some re-organization to get the Makefile working.