Skip to content

Instantly share code, notes, and snippets.

@martonlederer
martonlederer / gist:2c781cbe2eb064702deadfe47a887e94
Created August 21, 2021 18:32
Simple Arweave Blog Tutorial
const Arweave = require("arweave");
const fs = require("fs");
const path = require("path")
const argql = require("ar-gql")
const fetch = require("node-fetch");
const client = new Arweave({
host: "arweave.net",
port: 443,
protocol: "https",