Skip to content

Instantly share code, notes, and snippets.

View jimxjim's full-sized avatar

Ching Tan Hsieh jimxjim

View GitHub Profile
@jimxjim
jimxjim / snapshot.rb
Created March 20, 2022 19:02 — 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'