Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ian/hybrid
Highly opinionated, Solidity + React Web3 development framework.
https://github.com/ian/hybrid
react solidity wagmi web3
Last synced: about 1 month ago
JSON representation
Highly opinionated, Solidity + React Web3 development framework.
- Host: GitHub
- URL: https://github.com/ian/hybrid
- Owner: ian
- License: mit
- Created: 2023-03-14T20:45:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T18:10:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:07:32.458Z (10 months ago)
- Topics: react, solidity, wagmi, web3
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hybrid Framework
Solidity + TypeScript Framework for rapid Web3 development.
Features
- Smart contract compilation and deployment using [Foundry](https://getfoundry.sh/)
- Built-in [Wagmi](https://wagmi.sh/) and [Ethers](https://docs.ethers.org/v5/) for contract interaction.
- Easily connect the wallet provider of your choice: [Rainbowkit](https://www.rainbowkit.com/), [Connectkit](https://docs.family.co/connectkit), [Magic.link](https://magic.link), and more.
- Hot-contraft reloading - Changes to your Smart
Contracts are automatically deployed locally, and updated in your frontend.
- React component library working with minting, token-gating, and more.
- Command line interface for building, testing, and deploying smart contracts.... and more.
## Documentation
See the official [Hybrid Documentation](https://hybrid.dev/docs) for more guides and full documentation.