AlloKit is a collection of functions, hooks, and components for interacting with the Allo Protocol and its Indexer.
This repo has 2 example usage, demo and opengraph
AlloKit has the following peer dependencies that you need to install in your project:
react
(version ^18.0.0)react-dom
(version ^18.0.0)@rainbow-me/rainbowkit
(version ^2.1.4)wagmi
(version ^2.12.2)
Make sure these packages are installed in your project.
The Demo App shows most of the basic usage.
Link: https://allo-starter-kit-demo.vercel.app
Explore code:
- AlloKit Providers
- Discover Rounds page
- Round Details page + Discover Applications
- Project Details page
- Create Application / Apply to Round
- Create Round
- Review Applications
- Metadata Upload API
This will build the kit and run the demo app.
pnpm run dev:demo
open http://localhost:3000