Skip to content

Commit 079c746

Browse files
committed
make questions improvements
1 parent 35010e4 commit 079c746

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

backend/optional/blockchain.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ This topic covers Cardano blockchain specifics.
2727
* What are the additions into eUTXO model in comparison with UTXO?
2828
* What tools are used to develop Smart Contracts on Cardano?
2929
* How is Cardano Plutus different from Bitcoin script and Ethereum smart contracts?
30-
* What is the Plutus Platform? What are its components?
31-
* What is typical plutus decentralized application architecture?
30+
* What is the Plutus Platform?
31+
* What Plutus Application Backend? What other applications does it interact with?
32+
* What are two typical plutus decentralized application parts?
33+
* What is off-chain code part used for?
34+
* What is on-chain code part used for?
3235

3336
* What cryptographic algorithms are used in Cardano for hashing and signing?
3437

35-
* What is Cardano Hydra?
38+
* What is Cardano Hydra? What problem does it solve?
39+
40+
* What is Cardano hard fork combinator? What problem does it solve?
3641

3742
## Resources
3843

@@ -58,3 +63,5 @@ This topic covers Cardano blockchain specifics.
5863
* [Ouroboros Protocol](https://cardano-foundation.gitbook.io/stake-pool-course/lessons/introduction/ouroboros)
5964
* [Ouroboros – Which version is currently implemented?](https://cardano.stackexchange.com/questions/3707/ouroboros-which-version-is-currently-implemented)
6065
* [plutus-pioneer-program repository](https://github.com/input-output-hk/plutus-pioneer-program)
66+
* [About hard forks](https://docs.cardano.org/core-concepts/about-hard-forks)
67+
* [What's the difference between "on-chain" and "off-chain" in plutus smart contracts?](https://cardano.stackexchange.com/questions/219/whats-the-difference-between-on-chain-and-off-chain-in-plutus-smart-contrac)

0 commit comments

Comments
 (0)