vahiwe / Building-your-own-ECR20-Token

This tutorial will take you through the steps of building your first ERC20 token on the Ethereum network.
https://medium.com/@vahiwe/building-your-own-ethereum-based-ecr20-token-in-less-than-an-hour-d4d4c7a14b1e
MIT License
90 stars 189 forks source link

Minting new tokens #1

Open icepicknz opened 4 years ago

icepicknz commented 4 years ago

Hi there,

I followed a great how to at https://blog.goodaudience.com/building-your-own-ethereum-based-ecr20-token-in-less-than-an-hour-d4d4c7a14b1e to generate my very first contract using your code.

I wondered if it would be possible to initiate the contract with zero tokens or very few, and only mint them as and when required and burn, similar to that of TUSD and other currencies pegged/tethered? Or is this contract for a set amount of tokens?

Many thanks in advance Barry

vahiwe commented 4 years ago

Hello I believe that will be possible. Though it's not something i've looked into. I'll check it out and get back to you. Let me know if you make any progress.

laurindo commented 3 years ago

Hi @icepicknz have you found any progress regarding the minting process?