MaidSafe and the SAFE network explained using bitcoin terminology

This post has moved:

View it on safe-network-explained.github.io

You can also take part in the discussion of this content on the safe network forum.

 
19
Kudos
 
19
Kudos

Now read this

Javascript object identities

When two things aren’t equal, but then sometimes are. This is javascript. Easy start # Just to get us in the mood key1 = 3 key2 = 3 key1 == key2 // obviously true Equality of objects is a bit more unusual key1 = [1,2,3] key2 = [1,2,3]... Continue →