Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at natb/update-ls 8 lines 217 B view raw
1import { TestNetwork } from "./dist/index.js"; 2 3(async () => { 4 const network = await TestNetwork.create({}); 5 console.log( 6 JSON.stringify({ "pds-url": network.pds.url, "plc-url": network.plc.url }), 7 ); 8})();