OpenZeppelin / openzeppelin-sdk

OpenZeppelin SDK repository for CLI and upgrades.js. No longer actively developed.
MIT License
432 stars 200 forks source link

Document example using upgrades.js to test upgrade process #1505

Open abcoathup opened 4 years ago

abcoathup commented 4 years ago

The current recommendation to test upgradeable contracts upgrade process is to use upgrades.js. (Previous recommendation of using TestHelper has been removed from the documentation).

We should add an example of doing this to the documentation.