├── Chapter 00 - Bitcoin Protocol Basics ├── Chapter 01 - OP_CHECKCRYPTOCONDITION ├── Chapter 02 - CC contract basics ├── Chapter 03 - CC vins and vouts ├── Chapter 04 - CC rpc extensions ├── Chapter 05 - CC validation ├── Chapter 06 - faucet example ├── Chapter 07 - rewards example ├── Chapter 08 - assets example ├── Chapter 09 - dice example ├── Chapter 10 - channels example ├── Chapter 11 - oracles example ├── Chapter 12 - limitless possibilities ├── Chapter 13 - different languages ├── Chapter 14 - runtime bindings ├── Chapter 15 - rpc based dapps ├── Index ├── RU ├── Index_RU ├── all_chapters.md ├── Глава 00 - Основы протокола Bitcoin ├── Глава 01 - OP_CHECKCRYPTOCONDITION ├── Глава 02 - Основы CC контрактов ├── Глава 03 - CC vins и vouts ├── Глава 04 - rpc расширения CC ├── Глава 05 - Валидация СС ├── Глава 06 - Пример: Faucet ├── Глава 07 - Пример: Rewards ├── Глава 12 - Безграничные возможности └── Глава 13 - Различные языки ├── ReadMe.md ├── all_chapters.md └── docs ├── README.md ├── dice ├── README.md ├── diceaddfunds.md ├── diceaddress.md ├── dicebet.md ├── dicefinish.md ├── dicefund.md ├── diceinfo.md ├── dicelist.md └── dicestatus.md ├── faq.md ├── faucet ├── README.md ├── faucetaddress.md ├── faucetfund.md ├── faucetget.md └── faucetinfo.md ├── rewards ├── README.md ├── rewardsaddfunding.md ├── rewardsaddress.md ├── rewardscreatefunding.md ├── rewardsinfo.md ├── rewardslist.md ├── rewardslock.md └── rewardsunlock.md └── token ├── README.md ├── tokenaddress.md ├── tokenask.md ├── tokenbalance.md ├── tokenbid.md ├── tokencancelask.md ├── tokencancelbid.md ├── tokencreate.md ├── tokenfillask.md ├── tokenfillbid.md ├── tokeninfo.md ├── tokenlist.md ├── tokenorders.md └── tokentransfer.md /Chapter 00 - Bitcoin Protocol Basics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 00 - Bitcoin Protocol Basics -------------------------------------------------------------------------------- /Chapter 01 - OP_CHECKCRYPTOCONDITION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 01 - OP_CHECKCRYPTOCONDITION -------------------------------------------------------------------------------- /Chapter 02 - CC contract basics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 02 - CC contract basics -------------------------------------------------------------------------------- /Chapter 03 - CC vins and vouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 03 - CC vins and vouts -------------------------------------------------------------------------------- /Chapter 04 - CC rpc extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 04 - CC rpc extensions -------------------------------------------------------------------------------- /Chapter 05 - CC validation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 05 - CC validation -------------------------------------------------------------------------------- /Chapter 06 - faucet example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 06 - faucet example -------------------------------------------------------------------------------- /Chapter 07 - rewards example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 07 - rewards example -------------------------------------------------------------------------------- /Chapter 08 - assets example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 08 - assets example -------------------------------------------------------------------------------- /Chapter 09 - dice example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 09 - dice example -------------------------------------------------------------------------------- /Chapter 10 - channels example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 10 - channels example -------------------------------------------------------------------------------- /Chapter 11 - oracles example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 11 - oracles example -------------------------------------------------------------------------------- /Chapter 12 - limitless possibilities: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 12 - limitless possibilities -------------------------------------------------------------------------------- /Chapter 13 - different languages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 13 - different languages -------------------------------------------------------------------------------- /Chapter 14 - runtime bindings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 14 - runtime bindings -------------------------------------------------------------------------------- /Chapter 15 - rpc based dapps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Chapter 15 - rpc based dapps -------------------------------------------------------------------------------- /Index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/Index -------------------------------------------------------------------------------- /RU/Index_RU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Index_RU -------------------------------------------------------------------------------- /RU/all_chapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/all_chapters.md -------------------------------------------------------------------------------- /RU/Глава 00 - Основы протокола Bitcoin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 00 - Основы протокола Bitcoin -------------------------------------------------------------------------------- /RU/Глава 01 - OP_CHECKCRYPTOCONDITION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 01 - OP_CHECKCRYPTOCONDITION -------------------------------------------------------------------------------- /RU/Глава 02 - Основы CC контрактов: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 02 - Основы CC контрактов -------------------------------------------------------------------------------- /RU/Глава 03 - CC vins и vouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 03 - CC vins и vouts -------------------------------------------------------------------------------- /RU/Глава 04 - rpc расширения CC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 04 - rpc расширения CC -------------------------------------------------------------------------------- /RU/Глава 05 - Валидация СС: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 05 - Валидация СС -------------------------------------------------------------------------------- /RU/Глава 06 - Пример: Faucet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 06 - Пример: Faucet -------------------------------------------------------------------------------- /RU/Глава 07 - Пример: Rewards: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 07 - Пример: Rewards -------------------------------------------------------------------------------- /RU/Глава 12 - Безграничные возможности: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 12 - Безграничные возможности -------------------------------------------------------------------------------- /RU/Глава 13 - Различные языки: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/RU/Глава 13 - Различные языки -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/ReadMe.md -------------------------------------------------------------------------------- /all_chapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/all_chapters.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/dice/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/README.md -------------------------------------------------------------------------------- /docs/dice/diceaddfunds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/diceaddfunds.md -------------------------------------------------------------------------------- /docs/dice/diceaddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/diceaddress.md -------------------------------------------------------------------------------- /docs/dice/dicebet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/dicebet.md -------------------------------------------------------------------------------- /docs/dice/dicefinish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/dicefinish.md -------------------------------------------------------------------------------- /docs/dice/dicefund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/dicefund.md -------------------------------------------------------------------------------- /docs/dice/diceinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/diceinfo.md -------------------------------------------------------------------------------- /docs/dice/dicelist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/dicelist.md -------------------------------------------------------------------------------- /docs/dice/dicestatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/dice/dicestatus.md -------------------------------------------------------------------------------- /docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faq.md -------------------------------------------------------------------------------- /docs/faucet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faucet/README.md -------------------------------------------------------------------------------- /docs/faucet/faucetaddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faucet/faucetaddress.md -------------------------------------------------------------------------------- /docs/faucet/faucetfund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faucet/faucetfund.md -------------------------------------------------------------------------------- /docs/faucet/faucetget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faucet/faucetget.md -------------------------------------------------------------------------------- /docs/faucet/faucetinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/faucet/faucetinfo.md -------------------------------------------------------------------------------- /docs/rewards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/README.md -------------------------------------------------------------------------------- /docs/rewards/rewardsaddfunding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardsaddfunding.md -------------------------------------------------------------------------------- /docs/rewards/rewardsaddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardsaddress.md -------------------------------------------------------------------------------- /docs/rewards/rewardscreatefunding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardscreatefunding.md -------------------------------------------------------------------------------- /docs/rewards/rewardsinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardsinfo.md -------------------------------------------------------------------------------- /docs/rewards/rewardslist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardslist.md -------------------------------------------------------------------------------- /docs/rewards/rewardslock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardslock.md -------------------------------------------------------------------------------- /docs/rewards/rewardsunlock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/rewards/rewardsunlock.md -------------------------------------------------------------------------------- /docs/token/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/README.md -------------------------------------------------------------------------------- /docs/token/tokenaddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenaddress.md -------------------------------------------------------------------------------- /docs/token/tokenask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenask.md -------------------------------------------------------------------------------- /docs/token/tokenbalance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenbalance.md -------------------------------------------------------------------------------- /docs/token/tokenbid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenbid.md -------------------------------------------------------------------------------- /docs/token/tokencancelask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokencancelask.md -------------------------------------------------------------------------------- /docs/token/tokencancelbid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokencancelbid.md -------------------------------------------------------------------------------- /docs/token/tokencreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokencreate.md -------------------------------------------------------------------------------- /docs/token/tokenfillask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenfillask.md -------------------------------------------------------------------------------- /docs/token/tokenfillbid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenfillbid.md -------------------------------------------------------------------------------- /docs/token/tokeninfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokeninfo.md -------------------------------------------------------------------------------- /docs/token/tokenlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenlist.md -------------------------------------------------------------------------------- /docs/token/tokenorders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokenorders.md -------------------------------------------------------------------------------- /docs/token/tokentransfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/Mastering_CryptoConditions/HEAD/docs/token/tokentransfer.md --------------------------------------------------------------------------------