Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.55 KB

Allo Kit Demo Apps

Table of Contents

  1. Introduction
  2. Peer Dependencies
  3. Demo App

Introduction

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

Peer Dependencies

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.

Demo App

The Demo App shows most of the basic usage.

Link: https://allo-starter-kit-demo.vercel.app

Explore code:

Run Demo App

This will build the kit and run the demo app.

pnpm run dev:demo

Open Demo App in your browser

open http://localhost:3000