On Mac OSX 12.5 terminal, with CCD-client version 5.0.2, I have successfully deployed a contract and here is the output of the deployment command:
Now I need to initialize this contract, I used this command but an error message came out saying that it cannot find the module in a block. Obviously the address of this block is different from the block that stores the module. I tried it again, another block with another address came out in the error message.
That means I must tell the CCD-client that my module to be initialized is in the block “d097…” or it will not find out the right block by itself. But how?