farcaster-rs

By Landon Boles Github | Twitter | Farcaster: @lndnNFT

docs.rs link when finished

Description

farcaster-rs is a rust crate built to interface & interact with the Farcaster V2 Smart Contracts on Goerli, and their API

This project was built to: - Get more familiar w/ Rust - Build a fun project - Have a nice way to interact w/ Farcaster for future projects

Example Usage

To view Logs documentation, go here - Get ID Registry Logs/Events - Get Name Registry Logs/Events - Parse a Log to get the underlying arguments & info

To view Users documentation, go here - Get a specific users casts (pagination supported) - Get a users verified address - Get a users info - & More (eventually)

To view ABI documentation, go here - Get a registry ABI - Either the Name registry, or ID registry

To view Casts documentation, go here - (WIP) Publish a cast - (Future) Send a direct cast - & more