Service Daemon exposes an AI application as an API that is accessible through the SingularityNET Network. It handles all interaction with the blockchain for authorization and payment using AGI tokens and passes through API calls to the AI application.
MIT License
46
stars
49
forks
source link
Upgrade Go compiler version of Mac OS X cross compilation scripts to 1.15 #529
According https://github.com/singnet/snet-daemon/issues/201#issuecomment-475133084 we can increase
GO_VERSION
to 1.15 inscripts/build-xgo
and remove unnecessary patches after https://github.com/singnet/snet-daemon/pull/519 is merged.