BlockchainBase

BlockchainBase

是各种区块链函数的一个选项,指定使用哪个区块链.

更多信息

  • BlockchainBase 的缺省设置为 $BlockchainBase.
  • BlockchainBase 可能的设置包括:
  • "ARK",{"ARK","Mainnet"}ARK 主网区块链
    {"ARK","Devnet"}ARK devnet 区块链
    "Bitcoin" , {"Bitcoin","Mainnet"}Bitcoin 主网 (mainnet) 区块链
    {"Bitcoin","Testnet"}Bitcoin 测试网络 (testnet) 区块链
    "Bloxberg"bloxberg 区块链
    "Cardano",{"Cardano","Mainnet"}Cardano 主网 (mainnet) 区块链
    {"Cardano","Testnet"}Cardano 测试网络 (testnet) 区块链
    "Ethereum", {"Ethereum","Mainnet"}Ethereum 主网区块链
    {"Ethereum","Testnet"}Ethereum 测试网络区块链
    "Tezos", {"Tezos, "Mainnet"}Tezos 主网区块链
    {"Tezos","Testnet"}Tezos 测试网络区块链
    {"Tezos",network}network 名称(如 "Delphinet")指定的 Tezos 网络
    {"Tezos",chain id}chainID(如 "NetXdQprcVkpaWU")指定的 Tezos 网络)
    {"MultiChain","Wolfram"}Wolfram-maintained 区块链

范例

打开所有单元关闭所有单元

基本范例  (4)

使用 Bitcoin 区块链:

使用 Ethereum 区块链:

使用 ARK 区块链:

使用 bloxberg 区块链:

使用 Tezos 区块链:

使用 Cardano 区块链:

获取比特币 testnet 区块链上的最后一个区块:

获取 bloxberg 区块链上一笔交易的信息:

从 Cardano 区块链获取有关交易的信息:

范围  (5)

也可以明确指定比特币、以太坊、ARK、Cardano 和 Tezos 主网网络:

从比特币测试网络获取数据:

从 ARK devnet 获取数据:

从 Cardano 测试网获取数据:

用 Tezos 链 ID 来指定网络:

可能存在的问题  (1)

用来自主网的交易 ID 从比特币测试网络获取交易信息将返回 Missing[NotAvailable] 输出:

Wolfram Research (2018),BlockchainBase,Wolfram 语言函数,https://reference.wolfram.com/language/ref/BlockchainBase.html.

文本

Wolfram Research (2018),BlockchainBase,Wolfram 语言函数,https://reference.wolfram.com/language/ref/BlockchainBase.html.

CMS

Wolfram 语言. 2018. "BlockchainBase." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/BlockchainBase.html.

APA

Wolfram 语言. (2018). BlockchainBase. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/BlockchainBase.html 年

BibTeX

@misc{reference.wolfram_2024_blockchainbase, author="Wolfram Research", title="{BlockchainBase}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/BlockchainBase.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_blockchainbase, organization={Wolfram Research}, title={BlockchainBase}, year={2018}, url={https://reference.wolfram.com/language/ref/BlockchainBase.html}, note=[Accessed: 21-November-2024 ]}