Skip to content

wispyiwnl/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

About

Demonstration to show how delegatecall work and how we can implement upgradable smart contract architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%