Individual Links

Description

This dataset provides the individual links in the Farcaster Social Protocol that are created between 01.01.2024 and 01.02.2024. fid is the unique identifier in the Farcaster protocol and can be used to connect users with their link creators and link targets.

Schema

  • created_at - timestamp of the link creation

  • id - id of the link creation

  • fid - fid of the link creator

  • hash - hash of the link execution

  • type - link type

  • target_fid - fid of the link target

Potential Use Cases

  • Social Graph Analysis

Use example

from giza_datasets import DatasetsLoader

# Usage example:
loader = DatasetsLoader()
df = loader.load('farcaster-links')

Last updated