Open
Description
I was following the steps mentioned in the ethereum to ethereum architecture section in the wiki at this link
I was able to deploy Ion.sol as well as the validation.sol but EthereumStore.sol on deployment shows "no code after deployment".
I have used a local geth blockchain and ion-cli to carry out the following procedures:
- connected ion-cli to the local blockchain
connectToClient http://localhost:<port no.>
addAccount acc <path to keystore>
addContractInstance ion <path to Ion.sol>
deployContract ion acc 1000000
- on doing the above it asks for parameter id, to which I provide the chain id of the blockchain as mentioned in the wiki and the address of the deployed contract is returned.
- providing the above address while deploying the EthereumStore.sol contract gives the message "no contract code after deployment"
please help @Shirikatsu
Metadata
Metadata
Assignees
Labels
No labels