All Questions
3 questions
0
votes
0
answers
222
views
Remix Getting VM error: invalid opcode
after I deployed the contract,and execute setData or getData, the status section shows
message:transaction to SimpleData.setData errored: VM error : invalid opcode,invalid opcode.
pragma solidity ^0....
6
votes
2
answers
8k
views
Remix IDE getting VM error invalid opcode
I am attempting to deploy a test contract on javascriptVM using Remix IDE in chrome. However when I try to execute the contract I receive this message in the status section.
"transact to Notes....
0
votes
0
answers
238
views
How to deploy a Smart Contract in Ethereum on Azure?
Iam trying to deploy a smart contract in Azure's Ethereum on Azure. I have created a blockchain in that but now I need to deploy a smart contract and design a UI for the same. I want to use Remix to ...