Adapting the Code - Initial Improvements
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 →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 →As you can see from the previous post there are a lot of things to consider when building something on-chain. It's easy to get overwhelmed by…
Read more →From a blockchain perspective the most important thing to remember is: Fabric is not Ethereum. Though many of the same data design and concurrency principles will still apply, there are definitely differences to know as we design our game.
Read more →I'm aiming for simplicity with the initial game concept. It may grow into multiple game styles in the same ecosystem with similar scoring mechanics, but…
Read more →TL;DR: Building blockchain networks is a lot more work than just writing a contract. FireFly has all a growing web3 application needs to become a…
Read more →Same Framework, New Language I already decided to build this project using Hyperledger Fabric, so this lets me build with a framework I'm already familiar…
Read more →