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

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.

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 Rewards

More 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.