Posted on c/ElrondDevelopers 1 mic49732581c/ElrondDevelopers 2 years ago in erdjs 10 is there a way of getting the smart contract address after deploying? Comment 1 Comments mwf81318617 2years ago const address = SmartContract.computeAddress(account.address, transaction.getNonce());
const address = SmartContract.computeAddress(account.address, transaction.getNonce());