skynet-js - Javascript Sia Skynet Client
A Javascript module made to simplify communication with Sia Skynet portals from the browser.
Installing
Using npm
npm install skynet-js
Using yarn
yarn add skynet-js
Development
- Clone the repository
- Run
yarn
- Run
yarn test
to run the tests
Documentation
For documentation complete with examples, please see the Skynet SDK docs.
Browser Utility Functions
skynet-js
provides functions that only make sense in the browser, and are covered in the special section Browser JS Utilities.