Hello all,
as part of our aeternity Hackathon in Sofia, I decided to work on a implementation of Blockchain in Sophia on aeternity.
This is purely meant as show-case of what is possible to be implemented in sophia smart contracts and in no way to be used seriously.
Check out the Contract at sophia-blockchain/Blockchain.aes at master · thepiwo/sophia-blockchain · GitHub. The repository also includes a minimalistic sample UI
My Learnings from this:
- sophia is great to write concise contracts
- algebraic datatypes are amazingly easy to work with
- working with bytes/hashes and crypto primitives in contracts is nice
- writing aepps with the boilerplate is easy GitHub - kenodressel/aepp-boilerplate: A vue.js boilerplate to build aepps in the aeternity eco system.
Let me know if you have any questions or feedback about this and happy sophia hacking!