This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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({ |