You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In these examples, how do we set the amount of tokens created in a ERC20 contract?
I can only see two options, modifying the name and the symbol of the token. But also being able to specify the amount of tokens to be issued using web3 would be useful. Alternatively, please suggest an easy erc-20 template that can be compiled with web3.
The text was updated successfully, but these errors were encountered:
On Tue, Mar 29, 2022 at 6:41 AM bitcoinmeetups.org ***@***.***> wrote:
Hello,
I'm BM. A very nice and polite guy.
In these examples, how do we set the amount of tokens created in a ERC20
contract?
I can only see two options, modifying the name and the symbol of the
token. But aalso being able to specify the amount of tokens to be issued
using web3 would be useful. Alternatively, please suggest an easy erc-20
template that can be compiled with web3.
—
Reply to this email directly, view it on GitHub
<#257>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASQMRKTF2B2354EHWGEATVCLM33ANCNFSM5R57ATAA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Can you please make two working examples for gochain web3:
a) A command that issues ERC-20 with a specific amount
b) A command that issues an NFT with a pointer to metadata for example in IPFS.
The commands should preferably be oneliners and updated once in a while so that they always work. These commands should be on the front of the readme.MD file so that new users can find them easily.
Hello,
I'm BM. A very nice and polite guy.
In these examples, how do we set the amount of tokens created in a ERC20 contract?
I can only see two options, modifying the name and the symbol of the token. But also being able to specify the amount of tokens to be issued using web3 would be useful. Alternatively, please suggest an easy erc-20 template that can be compiled with web3.
The text was updated successfully, but these errors were encountered: