From 84d1b1f435d793272c57d38f770eab6ea8112d14 Mon Sep 17 00:00:00 2001
From: n1c0 <111755752+0xn1c0@users.noreply.github.com>
Date: Tue, 16 Jan 2024 10:11:28 -0300
Subject: [PATCH] Update transactions.md
---
docs/general/conflux-basics/transactions.md | 25 ++++++++++++---------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/docs/general/conflux-basics/transactions.md b/docs/general/conflux-basics/transactions.md
index 3befd0db81..dda56884e6 100644
--- a/docs/general/conflux-basics/transactions.md
+++ b/docs/general/conflux-basics/transactions.md
@@ -12,6 +12,20 @@ This section introduces transaction concepts from a high level. For more details
:::
+## Conflux Transaction Video
+
+To learn about transactions in Conflux Network you can start with the following video:
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+
+
+
+
+
+
+
## Concept of Transaction
A transaction is a single instruction composed by an external actor with a Conflux account, and this instruction is cryptographically signed using the sender account’s private key. A transaction can involve a simple transfer of CFX (the native currency of Conflux), a transfer of tokens (such as ERC20 or ERC721), a deployment of a new smart contract, or an execution of a function on an existing smart contract. Transactions are the only way to store or update data on the blockchain.
@@ -63,14 +77,3 @@ The following are the main stages of a transaction from construction to confirma
![Transaction](./img/transaction-stages)
-To learn more about transactions in Conflux Network you can refer to the following video:
-
-import Tabs from '@theme/Tabs';
-import TabItem from '@theme/TabItem';
-
-
-
-
-
-
-