Tag

Smart Contract Architecture

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Dec 29, 2017 · Blockchain

Design and Implementation of Upgradeable Smart Contracts Using Logic/Data Separation and Solidity Libraries

This article describes a practical approach to making Ethereum smart contracts upgradeable by separating business logic and data into distinct contracts, leveraging Solidity libraries, the using keyword, and an entry contract to manage funds and facilitate seamless contract upgrades.

Library PatternSmart Contract ArchitectureUpgradeable Contracts
0 likes · 9 min read
Design and Implementation of Upgradeable Smart Contracts Using Logic/Data Separation and Solidity Libraries