Skip to content

Instantly share code, notes, and snippets.

import os
import json
import requests
from pprint import pprint
from operator import itemgetter
from hashlib import sha3_256 as sha3
from nacl.encoding import HexEncoder
from nacl.signing import SigningKey, VerifyKey
# pip install pynacl requests