Skip to content

Instantly share code, notes, and snippets.

@wjjwztc
wjjwztc / snapshot.rb
Created March 17, 2022 01:31 — forked from dougpfeffer/snapshot.rb
NFT Collection Snapshot Generate with Moralis
# Quick NFT collection snapshot generated using Moralis' API.
# Works with ERC721 and 1155s.
#
# More notes here:
# https://mirror.xyz/pfeffunit.eth/NixhRf1Ghj8IxaMiJBKoXUP-wy0Mn2g7nAEpn55w3Rc
require 'net/http'
require 'uri'
require 'json'