📄️ Introduction
Let's discover Kuber in less than 5 minutes.
📄️ Transfer Ada/Token
Transfering ada to different addresses
📄️ Minting NFT/Token
For minting with Kuber, the transaction body should contain "mint" key containing script and amount to be minted as shown in the examples below for different types of minting policies.
📄️ Transaction Metadata
For making a transaction with metadata, the transaction body should contain metadata. Transaction metadata must be a json object with top level integer key label. The fees for the transaction will be calculated based on the size of the metadata.
📄️ Locking Ada/Token to Script
In this example, we are loking our token with inline datum to script address addr_test1wq40nfjurthn364rvhhzu2y8z3t0d53s2z9sz0303hya3us9a490f. In this example, we are sending 2A to the script address and locking it with null datum. datumHash is the cbor format of datum. You can also use datum instead of datumHash to send the datum directly, but you will have to set inlineDatum to false inside the output object. For more information, please refer to API Reference.