π‘Getting Started
npm i hypercastTopics
import { Operator } from 'hypercast/client'
const operator = new Operator()
const { topic } = await operator.createTopic()const hypercast = operator.connect(topic)import { Hypercast } from 'hypercast/client'
const hypercast = new Hypercast(topic)Sending Messages
Full(ish) example
Last updated