My thoughts on Go
Summary My initial knee-jerk reaction about Go was correct: it's a language made by someone who is clearly very opinionated and seems to miss the forest…
Read more →Summary My initial knee-jerk reaction about Go was correct: it's a language made by someone who is clearly very opinionated and seems to miss the forest…
Read more →We started with an idea, then some sample code, and now we have a fully operational Death Star contract. Now we just need a network to deploy it to, and a way to talk to the contract.
Read more →Hyperledger Fabric does not use the term "smart contract", but instead "chaincode". I prefer this term for two reasons: My previous team and I built…
Read more →Let's take a look at how the objects ended up: In addition to the improvements made above in v0.1, we have also added a key…
Read more →This entire section assumes we are using LevelDB state storage for Fabric and not CouchDB. I need to write another article to explain why and…
Read more →What does it take to turn a program into a smart contract? Well, first we need to have an idea of what our program does…
Read more →