Can I deploy a BEP20 SC on a Trezor generated address?

Hello everybody!

First of all, I have to say that I have already read a lot of posts in the forum, but I still have no answers, because no explanation has been given from the beginning to the end. And before I make a fatal mistake that will cost me my project, I prefer to ask to clarify doubts.

I am developing a project with a BEP20 token and I want to store it in a Trezor wallet.

Can I start by generating an address from the trezor in the BSC network and deploy the contract on that address? Or do you recommend doing it from an address created in Metamask?

And if you have an explanation as to why, even better.

Thanks a lot!

1 Like

I recommend you learn more about smart contract before doing this.

An important thing you don’t seem to know is, you can’t choose an address for a contract. An address will be generated for you when deploying it.

What you can do is use a Trezor account to deploy and fund the contract, i.e., the contract creation From address will be your normal Trezor address. It doesn’t matter what kind of address does the deployment.

1 Like