Skip to content

Instantly share code, notes, and snippets.

View hjpithadia's full-sized avatar

Hirsh P hjpithadia

View GitHub Profile
@hjpithadia
hjpithadia / eee.md
Created November 7, 2022 09:02
EEE Reading
@hjpithadia
hjpithadia / Tokenomics-Reading-List.md
Last active March 14, 2023 02:03
Reading List for Tokenomics

Tokenomics/ Cryptoeconomics/ Token Engineering- these are all buzzwords and that have been getting a lot of attention lately.

It is a new and emerging domain that has no academic or canonical literature- these blogs/ articles have been a good reference for some general intro into the space. The list is partly based on awesome.

🖋️🔗 Highlighted links are recommended (also labelled important)

Intro

@hjpithadia
hjpithadia / reading.md
Created July 8, 2022 11:04
Reading List

📕Reading List, Tools and Environments

Blockchains and Cryptography

Reading for blockchains and cryptography

Papers

0x004607CC7Df6CeA81583C77D8E814752873858e2
Verifying that "hjpithadia.id" is my Blockstack ID. https://onename.com/hjpithadia

Keybase proof

I hereby claim:

  • I am hjpithadia on github.
  • I am hjpithadia (https://keybase.io/hjpithadia) on keybase.
  • I have a public key whose fingerprint is 8F89 5990 5F13 D63B F119 D4CD 9ADD A653 81BD D169

To claim this, I am signing this object:

import numpy as np
import itertools
# update rule for neuron x1
def update_1((a, b, c)):
test = c-b+2
if (test > 0):
new = 1
elif (test == 0):
new = a