Can I deploy using an account which already exists in the Rinkeby network?

How can I use for deployment an account which already exists in the rinkeby network?
Or at least transfer fund my any existing account created during deployment from my existing account?

1 Like

Hi @dmdv,

Yes you can use an existing account if you have either the private key or mnemonic when you configure your connection to the network. See: https://docs.openzeppelin.com/learn/connecting-to-public-test-networks#configuring-the-network

Otherwise you can create a new account and either get testnet funds from an existing account or from a testnet faucet.

1 Like