Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
128 B · 6 lines
TypeScript
1234567import { TestNetwork } from "./lib";
(async () => { const network = await TestNetwork.create({}); console.log("hi");})();