Getting Tezos set up Mark Robson To get a Tezos network up and running I found the only way was to use Docker. The installation was riddled with bugs (probably due to an OSX update I did). Anyway, follow tezos (1 min read).
Digital Signature With OpenSSL Mark Robson Digital Signatures are used in an agreements, authorisations, contracts, and obviously a huge part of blockchain and crypto. Here is an example of creating an agreement, signing, and verifying using OpenSSL. Lets create blockchain (1 min read).
Blockchain, Bitcoin, And Cryptocurrency Mark Robson Introduction If totally new to the subject, I wrote some notes about blockchain in general with some definitions etc. What is a Blockchain? A simple definition is 'a distributed ledger'. A ledger is blockchain (4 min read).
Bitcoin Development Mark Robson I wanted to learn a bit more about Bitcoin development so I created a hello world example. First, generate an address and get some bitcoins. Then check your balance to make sure it blockchain (1 min read).