Skip to content
View manan19's full-sized avatar
🪐
Identity. Network. Content.
🪐
Identity. Network. Content.
Block or Report

Block or report manan19

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. example-farcaster-app example-farcaster-app Public

    31 8

  2. neynarxyz/farcaster-channels neynarxyz/farcaster-channels Public

    A directory for well-known channels across different Farcaster clients

    33 16

  3. neynarxyz/nodejs-sdk neynarxyz/nodejs-sdk Public

    Typescript SDK for Neynar APIs

    TypeScript 42 8

  4. neynarxyz/OAS neynarxyz/OAS Public

    The OpenAPI specification for the Neynar APIs

    9 3

  5. neynarxyz/farcaster-examples neynarxyz/farcaster-examples Public

    A collection of Farcaster mini-apps powered by Neynar

    TypeScript 51 28

  6. Sample code to get casts by fid from... Sample code to get casts by fid from your Neynar-hosted Farcaster hub using a secure client
    1
    const { getSSLHubRpcClient } = require('@farcaster/hub-nodejs');
    2
    
                  
    3
    const getCastsByFid = async (hubRpcEndpoint, fid) => {
    4
      let client = getSSLHubRpcClient(hubRpcEndpoint);
    5