This repository is for demonstrate two things
- How delegatecall, call can be done in Solidity
- How upgradable smart contract architecture can be done
- checkout branch to
feat/delegatecall
- install truffle
npm i -g truffle
- install node module dependency
npm install
npm run test
WIP