Deploy
If you want deploy a new ticker.You should create a cell on Nervos Network send to your self wallet address. The cell follows these rules:
Its args should meet the requirements of type_id, with the code_hash using Inscription_Info.
Its data contains specific Info information, with a minimum length of 68 Bytes and a maximum length of 578 Bytes.
Its lock contains the deployer's information.
The construction of xudt_hash should be straightforward, except for the xudt_hash itself.
xudt_hash is the type_hash of the Inscription xUDT to be minted.
The owner_script is a virtual script and is not actually used by any cell as a type or lock.
From this, the type_script used by xudt is constructed, resulting in the xudt_hash. Therefore, the info_cell is constructed, and the inscription deployment is completed.
Last updated