Skip to content

Commit

Permalink
Add chapter structure
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 12, 2023
1 parent b7fa380 commit e8b1b3e
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chapters/composability/lab/content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Composability / DeFi

## Bridges


## DEX

## Lending/Borrowing

##Oracles

9 changes: 9 additions & 0 deletions chapters/dApps/lab/content/dApp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Decentralized Application

## Basic UI
TODO

## Communicate with SC


TODO
11 changes: 11 additions & 0 deletions chapters/introduction/lab/content/explorer/README.md
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

6 changes: 6 additions & 0 deletions chapters/introduction/lab/content/observer/README.md
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

8 changes: 8 additions & 0 deletions chapters/introduction/lab/content/wallet/README.md
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

8 changes: 8 additions & 0 deletions chapters/protocol/lab/content/basic-blockchain/README.md
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

4 changes: 4 additions & 0 deletions chapters/security/lab/content/README.md
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 chapters/smart-contracts/lab/content/smart-contract/README.md
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

17 changes: 17 additions & 0 deletions chapters/tokens/lab/content/fungible/README.md
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
17 changes: 17 additions & 0 deletions chapters/tokens/lab/content/non-fungible/README.md
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
9 changes: 9 additions & 0 deletions chapters/vm/lab/content/vm/README.md
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

0 comments on commit e8b1b3e

Please sign in to comment.