Skip to content

Instantly share code, notes, and snippets.

View letmejustputthishere's full-sized avatar

Moritz Fuller letmejustputthishere

View GitHub Profile
@letmejustputthishere
letmejustputthishere / neuron.py
Last active June 2, 2021 14:52 — forked from toysrtommy/neuron.py
IC: Creating a new neuron (python)
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!")