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.
- Host: GitHub
- URL: https://github.com/0chain/js-sdk
- Owner: 0chain
- License: mit
- Created: 2025-01-23T19:33:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T02:58:57.000Z (about 1 year ago)
- Last Synced: 2025-09-27T18:47:45.231Z (9 months ago)
- Topics: blockchain, sdk, storage
- Language: TypeScript
- Homepage: https://0chain.github.io/js-sdk/
- Size: 8.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ZÜS JS Client SDK
[](./LICENSE) 
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)