Awesome
farsign - a package for easy sign-in with Farcaster
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!