DLT Network Transactions Dataset
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/14447543
下载链接
链接失效反馈官方服务:
资源简介:
This project provides a dataset of all transactions occurring within the DLT network of the DESIRE6G platform, encompassing both Service Federation and Multi-Agent System (MAS) Security. The dataset helps for identifying any anomalies, understanding network behaviour, and ensuring the integrity of the data.The dataset was generated by monitoring a private Ethereum-based blockchain network using the Geth framework with a PoA (Proof-of-Authority) consensus algorithm. Data collection was automated with a Docker container that captures detailed transaction information in real-time, including interactions with smart contracts, and exports the results to a CSV file.The dataset includes the following attributes:
- **blockNumber**: The number of the block containing the transaction.
- **timestamp**: The timestamp of the block containing the transaction.
- **transactionHash**: The hash of the transaction.
- **from**: The address of the sender.
- **to**: The address of the recipient.
- **value**: The value transferred in the transaction (in Ether).
- **gas**: The gas provided for the transaction.
- **gasPrice**: The price of gas for the transaction (in Gwei).
- **nonce**: The number of transactions made by the sender prior to this one.
- **status**: The status of the transaction (1 for success, 0 for failure).
- **contractAddress**: The address of the contract, if the transaction created a contract; otherwise `None`.
- **contractName**: The name of the smart contract, if the transaction interacts with a known contract; otherwise `None`.
- **functionName**: The name of the function called in the smart contract, if applicable; otherwise `None`.
创建时间:
2024-12-13



