0

I am not a programmer so my attempt to deploy a token is failing.

Is there any other way to write a string to the Blockchain? An RPC command maybe?

*EDIT: Yes. The answer is visible at How to replicate Bitcoin's OP_RETURN functionality on Ethereum? although the question was a different approach.

stone.212
  • 1,994
  • 1
  • 19
  • 38

1 Answers1

0

Answer: you don't. You can write to the blockchain and it will be in HEX. But some explorers will allow you to view the HEX value as ASCII.

stone.212
  • 1,994
  • 1
  • 19
  • 38