Skip to main content

Server — HCS‑3

import { HCS } from '@hashgraphonline/standards-sdk';

const client = new HCS();
client.config.network = 'testnet';

const blob = await client.retrieveHCS1Data('0.0.12345');
const html = await blob.text();