Skip to content

Commit

Permalink
Update transactions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xn1c0 authored and darwintree committed Jan 17, 2024
1 parent 1b6d9fd commit 84d1b1f
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions docs/general/conflux-basics/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';


<Tabs>
<TabItem value="youtube" label="Transactions on Conflux Network">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GIeD2khbbXs?si=cTRZo6DalLkLguXi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</TabItem>
</Tabs>

## 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.
Expand Down Expand Up @@ -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';


<Tabs>
<TabItem value="youtube" label="Transactions on Conflux Network">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GIeD2khbbXs?si=cTRZo6DalLkLguXi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</TabItem>
</Tabs>

0 comments on commit 84d1b1f

Please sign in to comment.