BlockchainTransactionSubmit (for Cardano)
BlockchainTransactionSubmit[obj]
submits the transaction specified in the BlockchainTransaction object obj to the Cardano blockchain.
Details
- BlockchainTransactionSubmit[obj] submits the transaction to a Cardano node for inclusion in a future block.
- BlockchainTransactionSubmit will return a BlockchainTransaction object with the added property "TransactionID".
- BlockchainTransactionData can be applied to the result from BlockchainTransactionSubmit to determine if the submitted transaction has been added to the Bitcoin blockchain yet.
- BlockchainTransactionSubmit can submit transactions to the Cardano mainnet (default) and testnet. These networks are specified in the BlockchainTransaction object.
Examples
open allclose allBasic Examples (1)
Create a Cardano blockchain transaction to transfer ada cryptocurrency:
Sign the transaction with a PrivateKey object:
Applications (5)
Create a Cardano blockchain transaction to transfer ada cryptocurrency:
Sign the transaction with a PrivateKey object:
Submit the transaction to the Cardano blockchain:
Verify the transaction using its "TransactionID":
Create a Cardano blockchain transaction to transfer tokens:
Sign the transaction with a PrivateKey object:
Submit the transaction to the Cardano blockchain:
Verify the transaction using its "TransactionID":
Create a Cardano blockchain transaction to mint 1,000,000 tokens and send them to multiple addresses:
Sign the transaction with PrivateKey objects:
Submit the transaction to the Cardano blockchain to mint the tokens:
Verify the transaction using its "TransactionID":
Generate an image to mint it as an NFT:
Upload the image to IPFS and save its CID:
Prepare the NFT metadata following the CIP 25 standard:
Create the Cardano blockchain transaction to mint the NFT:
Sign the transaction with PrivateKey objects:
Submit the transaction to the Cardano blockchain to mint the NFT:
Verify the transaction using its "TransactionID":
Create a Cardano blockchain transaction to burn tokens:
Sign the transaction with a PrivateKey object:
Text
Wolfram Research (2021), BlockchainTransactionSubmit, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Cardano.html.
CMS
Wolfram Language. 2021. "BlockchainTransactionSubmit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Cardano.html.
APA
Wolfram Language. (2021). BlockchainTransactionSubmit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionSubmit-Cardano.html