Upgradable Smart Contracts using zos
smart contract跟一般程式最大的差異,就是smart contract上了鏈就不能改了(這是區塊鏈的特性也是優點,但是如果真的有bug,麻煩就大了…)。所以今天要介紹的是,如何用ZeppelinOS來實作upgradeable smart contract,可升級的smart contract。
OpenZeppelin對smart contract的開發者一定不陌生,提供相當多smart contract的範例程式。Zeppelin部落格有介紹如何使用proxy…