Good day, I was looking at the way contracts addresses are created and it seems that the process is quite deterministic (depends on the nonce). Is there a way to get the address of a contract that wasn't yet deployed for a specific nonce? something like:
contractAddress = getAddress(nonce1, data, privateKey)
I know there used to be the pyethereum library that offered such tool, but it wasn't updated in a long time and I was hoping to use a more active tool.
As always, your help is appreciated!
data? It also shouldn't be needed. – eth Nov 03 '16 at 01:31