Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.57 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.57 KB

farsign - a package for easy sign-in with Farcaster

GitHub issues GitHub pull requests npm banner

What is it used for?

This monorepo contains two packages: @farsign/hooks and @farsign/utils - the first can be used within any React app to easily implement sign-in with Farcaster and get all the information you need on the signed-in user; the second package contains the basic logic of the authentification that you can use to build your own package to be used with your favorite framework! We're open to PRs and would be very excited to see your work if you implemented something like that :D !

Getting started! (Thanks for trying it <3)

npm i @farsign/hooks

You should really check the documentation to get an overview of what you have to provide & prepare to make an app on Farcaster. After that, you can play with our example! If you have any problems, feel free to create an issue!