https://github.com/zeta-chain/universalkit
UniversalKit by ZetaChain provides a set of React components designed to make building universal applications easier.
https://github.com/zeta-chain/universalkit
blockchain components react zetachain
Last synced: 4 months ago
JSON representation
UniversalKit by ZetaChain provides a set of React components designed to make building universal applications easier.
- Host: GitHub
- URL: https://github.com/zeta-chain/universalkit
- Owner: zeta-chain
- License: mit
- Created: 2024-07-17T14:12:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T04:23:10.000Z (6 months ago)
- Last Synced: 2024-12-16T05:23:44.554Z (6 months ago)
- Topics: blockchain, components, react, zetachain
- Language: TypeScript
- Homepage: https://www.zetachain.com/docs/developers/frontend/universalkit/
- Size: 1.19 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# UniversalKit Component Library
UniversalKit by ZetaChain provides a set of React components designed to make
building universal applications easier.- Includes a wide range of [React](https://react.dev/learn) components, hooks,
and providers to streamline development.
- Easily integrates with popular frameworks like
[Next.js](https://nextjs.org/docs) for a smooth development experience.
- Built with [shadcn/ui](https://ui.shadcn.com/docs) components for a sleek and
responsive user interface.
- Styled with [Tailwind CSS](https://tailwindcss.com/docs/)
- Uses [ZetaChain Toolkit](https://github.com/zeta-chain/toolkit) for
cross-chain functionality.## Getting Started
Start from a template:
```
git clone https://github.com/zeta-chain/template
cd template/web
yarn
```Or add UniversalKit to your existing app:
```
yarn add @zetachain/universalkit
```## Components
UniversalKit comes packed with a variety of useful components designed to
kickstart your application development. Here are some of the components:- Swap
- Token Balances
- Bitcoin Wallet Connect
- Profile Badge
- Staking RewardsMore components are coming in the next versions!
## Learn More
For more information, read about UniversalKit in [ZetaChain
Docs](https://zetachain.com/docs/developers/frontend/universalkit/).## Contributing
We welcome contributions to UniversalKit! If you have suggestions for
improvements, feel free to open an issue or submit a pull request.## License
This project is licensed under the MIT License. See the LICENSE file for
details.