hoodkit
    Preparing search index...

    Function streamLaunches

    • Stream new token launches from NOXA and The Odyssey, gap-filled. Optionally backfill history with fromBlock.

      Parameters

      Returns Stream<Launch>

      const launches = streamLaunches(hood)
      for await (const l of launches) console.log(l.launchpad, l.token)