Users can create an unlimited number of ERC20 Tokens. Once installed, open the application, and deploy your first ERC20 Token with your custom parameters (Name, Symbol, Total Supply, Decimals). You can also access your deployed tokens to query balances or make transfers. The application keeps track of all your transactions. It illustrates how typical d-Apps can be shared in "Pastries.finance" with user-friendly interfaces.
This d-App is for demonstration purposes. We used Brownie "bake" command to generate the Solidity code of the Smart Contract (Github link above). The Application author uses a configuration file to load the code from a Github repository or local files. Then the solidity code compilation and the user interface are automatically done by Pastries.finance backend according to the configuration file settings.