Skip to content

zeroFruit/upgradable-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upgradable-contract

This repository is for demonstrate two things

  • How delegatecall, call can be done in Solidity
  • How upgradable smart contract architecture can be done

DelegateCall

Setup

  1. checkout branch to feat/delegatecall
  2. install truffle
    npm i -g truffle
  3. install node module dependency
    npm install

Test

npm run test

Upgradable Smart Contract

WIP

Releases

No releases published

Packages

No packages published