https://github.com/animo/minor-blockchain-2020
https://github.com/animo/minor-blockchain-2020
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/animo/minor-blockchain-2020
- Owner: animo
- License: cc-by-sa-4.0
- Created: 2020-07-27T10:24:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T10:56:45.000Z (over 5 years ago)
- Last Synced: 2025-09-16T04:31:40.531Z (9 months ago)
- Language: HTML
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.