Skip to content

Instantly share code, notes, and snippets.

@seichris
seichris / Filecoin grant proposal
Last active September 28, 2020 20:47
Filecoin grant: Kontext
See comment for formatted proposal
did:muport:QmV7vXKjPMDPsyMaMjA2rkGVHVLbxVc5eQeDUMqgmAV6ni
3Box is a social profiles network for web3. This post links my 3Box profile to my Github account!
✅ did:muport:Qmb44ZSCwXVwH2S8YSnxDTKwWxGKgvaa2GYNVh9zuZeAYS ✅
Create your profile today to start building social connection and trust online. https://3box.io/

Keybase proof

I hereby claim:

  • I am seichris on github.
  • I am chrissei (https://keybase.io/chrissei) on keybase.
  • I have a public key ASAVb67D3LE94xX-AYAVJAujyoRUYHSCSKzlS3ZpaWFOoAo

To claim this, I am signing this object:

# Als erstes definieren wir
def SubsetsOf (list, k):
# Wenn die Liste keine items hat, dann gib [[]] zurueck
if (len(list)==0):
return [[]]
# Wenn das nicht ist, dann:
else:
# wird als erstes subsets definiert
subsets = SubsetsOf(list[:-1], k-1)
# die wird dann iterativ durchgegangen.
0xfE982FFAc6Dfa2c0641892c6E4aE1d13B560808C

Keybase proof

I hereby claim:

  • I am seichris on github.
  • I am chrissei (https://keybase.io/chrissei) on keybase.
  • I have a public key ASASk3bmOCNKoFVd_6dq9U4frFF8TlNikdn7yrSI-Z68TAo

To claim this, I am signing this object:

//ToDo:
//format the code:
//epochlimit instead of timelimit
//kommentare einfuegen
//---------------------------------
contract Token {
address owner;
uint total_supply;