Hey @abcoathup !
First, great article(s), you have been so helpful in my learning of solidity this past year. So thank you!
Deploy the contract to a public network
I am confused when you get to this seciton. Your screen shot after running truffle migrate shows:
- ImplementationContract (Box)
- ProxyAdmin
- AdminUpgradeabilityProxy
When I run mine locally I only receive AdminUpgradeabilityProxy
deployed confirmations.
Why would this be?