Manage your Inscription Flow
The Laravel client provides the programmatic ability to manage the entire lifecycle of inscriptions, for deployments, minting, burning, and transferring.
This provides inscription capibility for PHP, you can view the tests where appropriate but the features mirror the inscription API for:
deploying
minting
burning
transferring
Every response through the Inscription methods will return a InscriptionResponse object that includes the raw inscription data and related consensus message ids for storage.
This feature is considered to be in an Alpha state, and that any code may change at anytime. We may additionally update this documentation to reflect the updated standards for dealing with this meta-protocol.
Have fun!
These examples consider a private topic as a points system on testnet. If you don't set the private topic on mainnet it will default to the default HCS-20 topic
Deploying an Inscription
Imports
Code
Mint an Inscription
Code
Burn an Inscription
Code
Transfer an Inscription
Code
Last updated