diff --git a/chapters/composability/lab/content/README.md b/chapters/composability/lab/content/README.md new file mode 100644 index 00000000..69e759bd --- /dev/null +++ b/chapters/composability/lab/content/README.md @@ -0,0 +1,11 @@ +# Composability / DeFi + +## Bridges + + +## DEX + +## Lending/Borrowing + +##Oracles + diff --git a/chapters/dApps/lab/content/dApp/README.md b/chapters/dApps/lab/content/dApp/README.md new file mode 100644 index 00000000..14d7d023 --- /dev/null +++ b/chapters/dApps/lab/content/dApp/README.md @@ -0,0 +1,9 @@ +# Decentralized Application + +## Basic UI +TODO + +## Communicate with SC + + +TODO diff --git a/chapters/introduction/lab/content/explorer/README.md b/chapters/introduction/lab/content/explorer/README.md new file mode 100644 index 00000000..6ec2040a --- /dev/null +++ b/chapters/introduction/lab/content/explorer/README.md @@ -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 + diff --git a/chapters/introduction/lab/content/observer/README.md b/chapters/introduction/lab/content/observer/README.md new file mode 100644 index 00000000..f116d202 --- /dev/null +++ b/chapters/introduction/lab/content/observer/README.md @@ -0,0 +1,6 @@ +# Observer + +- Inspect transactions, blocks +- Inspect transfer funds +- Query observer to get blockchain info + diff --git a/chapters/introduction/lab/content/wallet/README.md b/chapters/introduction/lab/content/wallet/README.md new file mode 100644 index 00000000..3b1d2da4 --- /dev/null +++ b/chapters/introduction/lab/content/wallet/README.md @@ -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 + diff --git a/chapters/protocol/lab/content/basic-blockchain/README.md b/chapters/protocol/lab/content/basic-blockchain/README.md new file mode 100644 index 00000000..8226861e --- /dev/null +++ b/chapters/protocol/lab/content/basic-blockchain/README.md @@ -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 + diff --git a/chapters/security/lab/content/README.md b/chapters/security/lab/content/README.md new file mode 100644 index 00000000..c9a30e11 --- /dev/null +++ b/chapters/security/lab/content/README.md @@ -0,0 +1,4 @@ +# Security in Blockchains + +TODO: Reproduce attacks + diff --git a/chapters/smart-contracts/lab/content/smart-contract/README.md b/chapters/smart-contracts/lab/content/smart-contract/README.md new file mode 100644 index 00000000..366b1d8a --- /dev/null +++ b/chapters/smart-contracts/lab/content/smart-contract/README.md @@ -0,0 +1,14 @@ +# Smart Contracts + +## SC deploy + +## SC call + +## SC query + +## Ethereum vs MultiversX + +## SC Metadata + +## Events + diff --git a/chapters/tokens/lab/content/fungible/README.md b/chapters/tokens/lab/content/fungible/README.md new file mode 100644 index 00000000..69f7b7e9 --- /dev/null +++ b/chapters/tokens/lab/content/fungible/README.md @@ -0,0 +1,17 @@ +# Tokens + + +## ERC20 (Fungible), ERC721 (NFT), ERC1155 + +TODO + +## ESDT +TODO + +## Native tokens +TODO + +## Compare ERC, ESDT, +TODO + +## Compare USDT, ERC diff --git a/chapters/tokens/lab/content/non-fungible/README.md b/chapters/tokens/lab/content/non-fungible/README.md new file mode 100644 index 00000000..69f7b7e9 --- /dev/null +++ b/chapters/tokens/lab/content/non-fungible/README.md @@ -0,0 +1,17 @@ +# Tokens + + +## ERC20 (Fungible), ERC721 (NFT), ERC1155 + +TODO + +## ESDT +TODO + +## Native tokens +TODO + +## Compare ERC, ESDT, +TODO + +## Compare USDT, ERC diff --git a/chapters/vm/lab/content/vm/README.md b/chapters/vm/lab/content/vm/README.md new file mode 100644 index 00000000..c7184783 --- /dev/null +++ b/chapters/vm/lab/content/vm/README.md @@ -0,0 +1,9 @@ +# VM + +## Inspect SC calls from observer’s logs + +TODO + +## Run locally a SC call + +TODO