Live video on the AT Protocol
at next 6 lines 128 B view raw
1import { TestNetwork } from "./lib"; 2 3(async () => { 4 const network = await TestNetwork.create({}); 5 console.log("hi"); 6})();