Live video on the AT Protocol
at natb/i18next-cli 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})();