From 72fb9856da8ca3c1f2cfc706356fd9eea96cca06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Fri, 25 Mar 2022 16:43:20 +0100 Subject: [PATCH] adding content --- src/common/navigation.yaml | 3 ++- src/pages/en/understand-stacks/technical-specs.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/common/navigation.yaml b/src/common/navigation.yaml index 6e5902e7..8f6851af 100644 --- a/src/common/navigation.yaml +++ b/src/common/navigation.yaml @@ -100,4 +100,5 @@ sections: - path: /bns-contract - path: /stacking-contract - - path: /contribute \ No newline at end of file + - path: /contribute + \ No newline at end of file diff --git a/src/pages/en/understand-stacks/technical-specs.md b/src/pages/en/understand-stacks/technical-specs.md index 6b878abf..8493b979 100644 --- a/src/pages/en/understand-stacks/technical-specs.md +++ b/src/pages/en/understand-stacks/technical-specs.md @@ -70,3 +70,9 @@ description: Summary of technical specifications of Stacks 2.0 - [Transaction signing and verification are described in SIP-005](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#transaction-signing-and-verifying) - All transactions impacting account balance are atomic, a transfer operation can not increment one account’s balance without decrementing another’s. However, transactions that perform multiple account actions (for example, transferring from multiple accounts) may partially complete. - Transactions can include a memo string (max 34 bytes) + +## See also + +- [Read the full Stacks 2.0: Apps and Smart Contracts for Bitcoin whitepaper](https://cloudflare-ipfs.com/ipfs/QmaGgiVHymeDjAc3aF1AwyhiFFwN97pme5m536cHT4FsAW). + +- [Watch Aaron Blankstein video on Stacks whitepater v2](https://www.youtube.com/watch?v=Wd-Bfe8Sn-Y).