I am using testrpc and truffle to test my contract.
When I type truffle migrate
, this will deploy my contract to the testrpc network.
My question is , which account (from testrpc accounts) has been used to deploy the contract.
In other word, whose the contract owner?
Thank you in advance