An open API service indexing awesome lists of open source software.

https://github.com/animo/minor-blockchain-2020


https://github.com/animo/minor-blockchain-2020

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Decentralized Development

This repository contains material for the course 'Decentralized Development' at the HU University of Applied Sciences Utrecht. This course will be part of the minor 'Blockchain' in 2020.

## Index

- [Full all-in-one file including ToC](./docs/entire-course/decentralized-development.md)
- [Week 0](./docs/week-0/course-introduction.md)
- [Week 1](./docs/week-1/the-basics-of-smart-contracts.md)
- [Week 2](./docs/week-2/storage-and-getting-into-functions.md)
- [Week 3](./docs/week-3/interacting-with-other-contracts-and-transactions.md)
- [Week 4](./docs/week-4/security-and-saving-gas.md)
- [Week 5](./docs/week-5/wallets-and-moving-money.md)
- [Week 6](./docs/week-6/tokens-and-off-chain-storage.md)
- [Week 7](./docs/week-7/deploying-your-smart-contract.md)
- [Archive Files](./docs/archive/readme.md)

## Course Fixes

- [ ] The syllabus states that a `string` is a value type. However, a `string` is a `byte array` and thus is a reference type.