Working with bloxberg Blockchain

The Wolfram Language has built-in capabilities for interacting with the bloxberg blockchain. It can both retrieve detailed information and construct and submit transactions to the blockchain.

Accessing bloxberg Blockchain

BlockchainData get current information about the bloxberg blockchain

BlockchainBlockData get information about a particular bloxberg block

BlockchainTransactionData get information about a bloxberg transaction

BlockchainAddressData get information connected with a bloxberg blockchain address

BlockchainTokenData get information about the usage of a bloxberg smart contractdefined token

BlockchainBase option to specify blockchain and network

$BlockchainBase default blockchain and network to use

Key Management

GenerateAsymmetricKeyPair generate key pairs for blockchain transactions

PrivateKey  ▪  PublicKey

BlockchainKeyEncode encode a key to get an address, WIF, etc.

bloxberg Blockchain Transactions

BlockchainTransaction symbolic representation of a bloxberg blockchain transaction

BlockchainTransactionSign use a private key to sign a bloxberg blockchain transaction

BlockchainTransactionSubmit submit a transaction for inclusion on the bloxberg blockchain

bloxberg Computational Contracts

BlockchainContractValue get a value from a bloxberg contract (e.g. a function or Wolfram expression result)

Financial Information

CurrencyConvert conversions for bitcoin and other cryptocurrencies