Process
- Find the
ContractAddress
. this will show up after you dotruffle migrate
- Find the
ContractABI
which is a ABI for the Smart Contract - Everytime you connect your Metamask 1 wallet to the browser, an
ethereum
variable is injected into your browser window. This allows us to tell if a browser is web3 compatible - Check if
ethereum
is null - If
ethereum
is not null, get thechainID
anduserID