hoodchain - v0.1.0
    Preparing search index...

    Function watchLaunches

    • Watch NOXA and The Odyssey for new token launches in real time.

      Parameters

      Returns () => void

      An unwatch function.

      const unwatch = watchLaunches(hood, (launch) => {
      console.log(`${launch.launchpad}: ${launch.token} by ${launch.creator}`)
      })
      // later: unwatch()