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})();