📄️ Creating $XPLA Transfer Transactions
The data recorded on the blockchain is referred to as transactions. For instance, creating a transaction where Alice sends 1 XPLA to Bob can be recorded on the blockchain.
📄️ Check Transactions (Explorer)
Using XPLA Explorer, you can explore transactions more in detail. Let's go through the following steps to check the transaction we created in the previous section:
📄️ Check Transactions (Javascript)
In this step, let's write code to directly retrieve the transaction data created in the previous step.
📄️ Create and Check Transactions (CLI)
You can use xplad in the command-line interface (CLI) to create transactions and send queries. If you haven't installed xplad in the previous steps, feel free to move on to the next step.