https://github.com/pushchain/push-chain-sdk
Push Chain SDK is a JS based monorepo providing an abstraction layer for seamless integration with Push Chain. It simplifies development by handling the heavy lifting, allowing developers to quickly build DApps on Push Chain
https://github.com/pushchain/push-chain-sdk
Last synced: 3 months ago
JSON representation
Push Chain SDK is a JS based monorepo providing an abstraction layer for seamless integration with Push Chain. It simplifies development by handling the heavy lifting, allowing developers to quickly build DApps on Push Chain
- Host: GitHub
- URL: https://github.com/pushchain/push-chain-sdk
- Owner: pushchain
- License: apache-2.0
- Created: 2024-09-06T11:14:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T12:56:02.000Z (12 months ago)
- Last Synced: 2025-06-23T13:49:45.703Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.4 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Push protocol is evolving to Push Chain, a shared-state L1 designed to deliver universal app experiences (Any Chain. Any User. Any App).🚀
## PUSH-CHAIN-SDK
#### Push Chain SDK provides an abstraction layer to integrate Push chain features with your Frontend as well as Backend
PUSH Chain SDK is a Javascript based Monorepo of packages that helps developers to interact with the Push Network without having to write a lot of boilerplate code. All the heavy lifting is done by the SDK, so that you the developer can focus on building features and bootstrap a DApp with PUSH features in no time!
## Development
### Packages available
Click on the packages to view more details.
- [@pushchain/core](./packages/core/README.md)
- [@pushchain/ui-kit](./packages/ui-kit/README.md)
## Resources
- **[Website](https://push.org)** To checkout our Product.
- **[Docs](https://push.org/docs)** For comprehensive documentation.
- **[Blog](https://medium.com/push-protocol)** To learn more about our partners, new launches, etc.
- **[Discord](https://discord.com/invite/pushchain)** for support and discussions with the community and the team.
- **[GitHub](https://github.com/push-protocol)** for source code, project board, issues, and pull requests.
- **[X/Twitter](https://x.com/pushchain)** for the latest updates on the product and published blogs.
## Contributing
Push Protocol is an open source Project. We firmly believe in a completely transparent development process and value any contributions. We would love to have you as a member of the community, whether you are assisting us in bug fixes, suggesting new features, enhancing our documentation, or simply spreading the word.
- Bug Report: Please create a bug report if you encounter any errors or problems while utilising the Push Protocol.
- Feature Request: Please submit a feature request if you have an idea or discover a capability that would make development simpler and more reliable.
- Documentation Request: If you're reading the Push documentation and believe that we're missing something, please create a docs request.
Not sure where to start? Join our discord and we will help you get started!
## Licenses
All crates of this repository are licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
