Itheum / datametaverse-evm

SDK to power Itheum's EVM web3 identity sub-system, SBT and DeSoc features.
GNU General Public License v3.0
1 stars 1 forks source link

Use minimal proxy pattern to reduce re-deploying same identity contract over and over #2

Open newbreedofgeek opened 1 year ago

newbreedofgeek commented 1 year ago

AFTER WE integrate the Identity SubSystem into the Data DEX and can verify it meets our requirements, we then need to optimize our architecture:.

Learn more about this standard here - https://blog.openzeppelin.com/deep-dive-into-the-minimal-proxy-contract/

Note: This should ONLY be done AFTER WE complete testnet integration of existing version with the Data DEX