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.
- Loading branch information
1 parent
b7fa380
commit e8b1b3e
Showing
11 changed files
with
114 additions
and
0 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,11 @@ | ||
# Composability / DeFi | ||
|
||
## Bridges | ||
|
||
|
||
## DEX | ||
|
||
## Lending/Borrowing | ||
|
||
##Oracles | ||
|
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,9 @@ | ||
# Decentralized Application | ||
|
||
## Basic UI | ||
TODO | ||
|
||
## Communicate with SC | ||
|
||
|
||
TODO |
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,11 @@ | ||
# Explorer | ||
|
||
- Blockchain metrics | ||
- Blocks | ||
- Transactions in the blocks | ||
- Proposer/Leader | ||
- Consensus Group (number of participants and the actual participants) | ||
- Leader: Latest Consensus Round | ||
- Validators | ||
- Observers | ||
|
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,6 @@ | ||
# Observer | ||
|
||
- Inspect transactions, blocks | ||
- Inspect transfer funds | ||
- Query observer to get blockchain info | ||
|
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,8 @@ | ||
# Wallet | ||
|
||
- Inspect a wallet (account on explorer) | ||
- Create a wallet (from GUI or command line) | ||
- Faucet | ||
- Send tokens | ||
- Inspect transaction on explorer | ||
|
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,8 @@ | ||
# Basic Peer to peer blockchain | ||
|
||
- Peer to peer network | ||
- Syncronise peers inside the network | ||
- Mine a block and send it to the other peers | ||
- Have a basic wallet and add money to it when we mine a block | ||
- Send transactions and approve them into blockchain | ||
|
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,4 @@ | ||
# Security in Blockchains | ||
|
||
TODO: Reproduce attacks | ||
|
14 changes: 14 additions & 0 deletions
14
chapters/smart-contracts/lab/content/smart-contract/README.md
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,14 @@ | ||
# Smart Contracts | ||
|
||
## SC deploy | ||
|
||
## SC call | ||
|
||
## SC query | ||
|
||
## Ethereum vs MultiversX | ||
|
||
## SC Metadata | ||
|
||
## Events | ||
|
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,17 @@ | ||
# Tokens | ||
|
||
|
||
## ERC20 (Fungible), ERC721 (NFT), ERC1155 | ||
|
||
TODO | ||
|
||
## ESDT | ||
TODO | ||
|
||
## Native tokens | ||
TODO | ||
|
||
## Compare ERC, ESDT, | ||
TODO | ||
|
||
## Compare USDT, ERC |
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,17 @@ | ||
# Tokens | ||
|
||
|
||
## ERC20 (Fungible), ERC721 (NFT), ERC1155 | ||
|
||
TODO | ||
|
||
## ESDT | ||
TODO | ||
|
||
## Native tokens | ||
TODO | ||
|
||
## Compare ERC, ESDT, | ||
TODO | ||
|
||
## Compare USDT, ERC |
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,9 @@ | ||
# VM | ||
|
||
## Inspect SC calls from observer’s logs | ||
|
||
TODO | ||
|
||
## Run locally a SC call | ||
|
||
TODO |