farcaster-rs 1.0.1

A rust crate to interface & interact with the Farcaster.xyz contracts & APIs
Documentation
1
2
3
4
5
6
7
/// Farcaster ID Registry
pub static FIR_CONTRACT_ADDRESS: &str = "0xda107a1caf36d198b12c16c7b6a1d1c795978c42";
pub static FIR_DEPLOYMENT_BLOCK: u64 = 7_648_795;

/// Farcaster Name Registry
pub static FNR_CONTRACT_ADDRESS: &str = "0xe3be01d99baa8db9905b33a3ca391238234b79d1";
pub static FNR_DEPLOYMENT_BLOCK: u64 = 7_648_795;