⚠️ This repo has been archived and moved under the new SkynetLabs repo here
Documentation for the Skynet SDKs in various languages:
- Shell (using curl)
- Browser JS
- NodeJS
- Python
- Go
as well as the Skynet CLI (written in Go).
Unofficial SDKs are not documented here.
Please see here for the current status of the SDKs.
To contribute to the docs, you should only directly modify the source/index.html.md
file and/or any files in source/includes/
.
Make sure you run ./update-latest.sh
before making changes. This sets up a hook that ensures that the permanent link files also get updated when you commit. For example, if the latest version is v2
and you made changes to source/index.html.md
, the hook ensures that the changes are propogated to source/v2/index.html.md
. These changes should also be committed.
See Skynet SDK Publishing for more info.