How to create privacy focus algorithmic stable coin on ethereum I want to create a algorithmic stablecoin on the top of ethereum platform please suggest any reference, website, code
How to create privacy focus algorithmic stable coin on ethereum I want to create a algorithmic stablecoin on the top of ethereum platform please suggest any reference, website, code
To create a pricay stablecoin you need to master
Privacy protecting cryptography like zkSnarks
Monetary theory
Central banking
Smart contracts
Blockchain theory
Frontend, backend programming
Devops of infrastructure
Generally, this is worth of 6-7 years of studies. So I suggest enrolling into a university.
Privacy Preserving Tokens can be created in Ethereum Network using the Confidential Token zkERC20 standard ( EIP - 1724 ). Please refer to the following EIP Specification. There are good reference implementations of Algorithmic Stablecoins in Ethereum such as XUSD. Please check the following GitHub Repo for further details of the implementation.