An open API service indexing awesome lists of open source software.

https://github.com/0chain/js-sdk

Züs SDK simplifies JavaScript integration with the Züs Network.
https://github.com/0chain/js-sdk

blockchain sdk storage

Last synced: 5 months ago
JSON representation

Züs SDK simplifies JavaScript integration with the Züs Network.

Awesome Lists containing this project

README

          

# ZÜS JS Client SDK

[![GitHub license](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executing smart contracts, and more.

## Resources

- [JS SDK Documentation](https://0chain.github.io/js-sdk/)
- [Go SDK Documentation](https://docs.zus.network/zus-docs/sdks/go-sdk)
- [Whitepapers](https://zus.network/whitepapers/?v=1)
- Example projects using the SDK:
- [Vite React Example App](https://github.com/0chain/js-sdk/tree/main/examples/vite-react)