diff --git a/_src/_assets/images/graphic.png b/_src/_assets/images/graphic.png deleted file mode 100644 index 0acef8b..0000000 Binary files a/_src/_assets/images/graphic.png and /dev/null differ diff --git a/_src/_guides/diagram.svg b/_src/_guides/diagram.svg new file mode 100644 index 0000000..d80f8b5 --- /dev/null +++ b/_src/_guides/diagram.svg @@ -0,0 +1,121 @@ + + + + DOCS index Copy 7 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Output + + + Martina + + + + + + The output of the CREATE transaction specifies that Martina (represented by her public key) is the + official owner of the bicycle and it lays down the conditions to transfer the bicycle ownership: the + bicycle can only be transferred to someone else, if Martina provides a signature with her private + key. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_src/_guides/key-concepts-of-bigchaindb.md b/_src/_guides/key-concepts-of-bigchaindb.md index 5654729..01cc199 100644 --- a/_src/_guides/key-concepts-of-bigchaindb.md +++ b/_src/_guides/key-concepts-of-bigchaindb.md @@ -26,7 +26,7 @@ While traditionally, we design applications focusing on business processes (e.g. This infographic will help you understanding what CREATE and TRANSFER transactions are and what the individual components of a transaction represent (inputs, outputs, assets, metadata etc.). We will be using a simple real-life example: Martina digitally registers her bicycle on BigchainDB in a CREATE transaction and after some time transfers this bicycle to Stefan in a TRANSFER transaction. Every concept that we describe (e.g. inputs, outputs etc.) has a more detailed description in the subsequent sections. -![](/assets/img/graphic.png) +![](../diagram.svg) The data model of transactions is explained in our [transaction model.](https://docs.bigchaindb.com/projects/server/en/latest/data-models/transaction-model.html)