Live video on the AT Protocol
79
fork

Configure Feed

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

at eli/godeps 6 lines 128 B view raw
1import { TestNetwork } from "./lib"; 2 3(async () => { 4 const network = await TestNetwork.create({}); 5 console.log("hi"); 6})();