-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Byte code copied/pasted from Ethereum Remix within the "Deploy" option is invalid. #49
Comments
@BaoPham92 |
@AsbertMa |
Solved. Found another guide written by a fellow member of VeChain properly setting up the smart contract deployment here. Instead of the previous URL mentioning just to copy and paste the ByteCode. Do NOT just copy the ByteCode and paste, but rather look for the key/value pair in the ByteCode "Object" and abstract the value:
Now, prefix that value with
Now you should not have an error and should be able to click send such as this: Then once deployed, you should be able to check the transaction like so: Now here is my working interface to interact with my smart contract! |
Hello, currently attempting to use the inspector tool to test out smart contract deployment within the Sync browser in development mode.
Error Result:
Byte Code Used:
Steps In Producing Scenario:
Attempts For Solution:
The text was updated successfully, but these errors were encountered: