Skip to content

Instantly share code, notes, and snippets.

View namansharma34's full-sized avatar

Naman namansharma34

View GitHub Profile
import Arweave from "arweave";
import { JWKInterface } from "arweave/node/lib/wallet";
import { LoggerFactory, WarpNodeFactory } from "warp-contracts";
import fs from "fs";
import path from "path";
import ArLocal from "arlocal";
(async () => {
const arlocal = new ArLocal(8080);
await arlocal.start();
const arweave = Arweave.init({