Skip to content

Latest commit

 

History

History
 
 

write-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Writing Data to Hubs

An example that different types of messages like casts, reactions, follows, etc. given a signer private key for an fid.

The example runs on testnet by default so that you can make changes safely without affecting your mainnet data.

Run on StackBlitz

We do not recommend running this example in a cloud environment because it requires your custody address.

Run locally

  1. Clone the repo locally
  2. Navigate to this folder with cd packages/hub-nodejs/examples/make-cast
  3. Run yarn install to install dependencies
  4. Run yarn start