Skip to content

peeldao/juice-hooks

Repository files navigation

juice-hooks

Wagmi hooks for Juicebox.

Install

npm install juice-hooks

Usage

import { useJbProjectsOwnerOf } from "juice-hooks";


export function MyComponent() {
  const { data } = useJbProjectsOwnerOf({
    args: [1],
  });
  

  return <div>Owner: {data}</div>;
}

Dev

  1. install deps

    npm install
    
  2. Generate hooks

    npm run generate
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •