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
I am trying to deploy a contract to testnet using Hiro's deploy platform. I am getting a series of use of unresolved function errors throughout the code. int-to-ascii index-of? slice?
these return the error. My contract works perfectly in the devnet environment and clarient console. I can't find any documentation anywhere why this is happening.
An
y suggestions?
The text was updated successfully, but these errors were encountered:
@enjoywithouthey: Apologies for the delayed response; somehow, this issue got lost in the cracks.
The interpreter errors from the Clarity extension on the VS Code don't like some fragments of the contract either due to it not finding dependencies at runtime correctly or it could the extension didn't bootstrap correctly in your workspace in the Hiro Platform.
Can you try it again and share your findings, please? We would love to make the Hiro Platform a productive environment for you.
GM Fam,
I am trying to deploy a contract to testnet using Hiro's deploy platform. I am getting a series of
use of unresolved function
errors throughout the code.int-to-ascii
index-of?
slice?
these return the error. My contract works perfectly in the devnet environment and clarient console. I can't find any documentation anywhere why this is happening.
An
y suggestions?
The text was updated successfully, but these errors were encountered: