You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be amazing if, while playing with the live-editors in our docs, when generating logs that have various kind of Hedera Id references (such as AccountIds or ContractIds), they would get replaced with links that point to DragonGlass.
This will make the dev experience more pleasant and shorten the feedback loop for their runs.
It will be a bit challenging to define the formatters in this case: we would want that normal node console logging to remain the same yet browser logging to offer the possibility of giving a more structured output (such as string + Id reference) to work with and map to a a href.
The text was updated successfully, but these errors were encountered:
It would be amazing if, while playing with the live-editors in our docs, when generating logs that have various kind of Hedera Id references (such as
AccountId
s orContractId
s), they would get replaced with links that point to DragonGlass.This will make the dev experience more pleasant and shorten the feedback loop for their runs.
It will be a bit challenging to define the formatters in this case: we would want that normal node console logging to remain the same yet browser logging to offer the possibility of giving a more structured output (such as string + Id reference) to work with and map to a
a href
.The text was updated successfully, but these errors were encountered: