Skip to content

Instantly share code, notes, and snippets.

View jimxjim's full-sized avatar

Ching Tan Hsieh jimxjim

View GitHub Profile
did:3:kjzl6cwe1jw1493gf0i7j16myga56q3b884lb0gwho2cggc2mkx70xr7grkta9r
@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'
@jimxjim
jimxjim / cloudSettings
Created February 11, 2019 09:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-02-11T09:45:10.384Z","extensionVersion":"v3.2.4"}
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;