I am trying to better understand how testing with test accounts should work. I have my contract and app working locally. I've setup truffle to now connect to ropsten network (via Infura). In that connection I have configured by secret phrase using mnemonics app. When I connect to ropsten and run await web3.eth.getAccounts() I see a list of 10 accounts. That leads me to some questions:
- Where did those accounts come from?
- For them to really be useful as a test account I need to be able to access them via Metamask, how do I do that?