This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from hashlib import sha224, sha256 | |
import os | |
import base64 | |
import zlib | |
import sys | |
CA_NNS = "rrkah-fqaaa-aaaaa-aaaaq-cai" | |
if len(sys.argv) < 2: | |
print("provide your principal as an argument!") |