🎨createInscription
This is an Xverse custom method. It can only be invoked for users using the Xverse wallet.
You can request the creation of an inscription via the user's wallet. The inscription transaction will originate from the user's wallet address and the inscribed sats will appear directly in the user's ordinals address. You can create both text and file inscriptions.
You can optionally charge a fee to the user for your service by specifying a fee amount and receiving address using the appFee
and appFeeAddress
parameters. The fee will be included as an additional output in the inscription transaction.
Once approved by the user, the inscription transactions are immediately broadcast. The function will return a transaction ID which you can track.
Examples
Creating a text/html inscription
Creating a file or image inscription
Last updated