Skip to content

AbeRajeev/upgradable_smart_contract-ERC20-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upgradable_smart_contract-ERC20-token

Upgradable features for smart contracts without “delegate calls”, which could be obsolete in case of transaction with higher gas limit.

Deploy and Run

first run

$ truffle migrate

later

$ truffle migrate --reset

TestToken is the contract with upgradable facility.

To upgrade

$ truffle migrate -f 3

Note: 3 is the migration for TestToken, 2 deployes the eternal storage part.

About

Upgradable smart contracts with eternal storage and isolated logic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published