generated from open-education-hub/oer-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Planning, remove Observers from Wallet
- Loading branch information
1 parent
e4452b0
commit eb7b4bf
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "Introduction to Blockchains" | ||
revealOptions: | ||
background-color: 'aquamarine' | ||
transition: 'none' | ||
slideNumber: true | ||
autoAnimateDuration: 0.0 | ||
--- | ||
|
||
# Introduction to Blockchains | ||
|
||
1. [Introduction](#intro) | ||
|
||
--- | ||
|
||
# Software Stack | ||
|
||
---- | ||
|
||
### Flexibility of Software | ||
|
||
- Hardware provides basic actions | ||
<!-- .element: class="fragment" --> | ||
- Users request rich features | ||
<!-- .element: class="fragment" --> | ||
- Software bridges the gap between user demands and hardware possibility | ||
<!-- .element: class="fragment" --> | ||
|
||
---- | ||
|
||
### Hardware vs Software | ||
|
||
| Hardware | Software | | ||
| :------------------------------: | :----------------------------------------: | | ||
| do one thing, do one thing well | flexible | | ||
| efficient | featureful | | ||
| unmodifiable | (un)installable, configurable | | ||
| physical | virtual, easy to duplicate | | ||
| use once at a time | reusable | | ||
| monolithic | (de/re)composable | | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters