Open 0xmigo opened 1 year ago
For what it's worth, aptos move build-publish-payload --json-output-file asdf.json
already converts it to hex! Just need to add the flag is all :D
Add an option in the aptos move compile
command to output bytecode directly in hexadecimal format :)
Hi Guise issue this what about is it ressolved How I can help ?
Currently when we do
aptos move compile
, it compiles into.mv
file with the bytecode. There are times that the user might want to see or use the bytecode in hex directly.What we need to do - Need to add an option to output the bytecode to hex.