-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FIX: "Missing placeholders" Error for MintAndSendTokens
Command
#4003
Comments
Thanks @deveusss Are you using the full command from the tutorial? I don't see the --signer flag in your command. Can you please try that and if it does not work, I will flag this to the tutorials author. ignite scaffold message MintAndSendTokens denom:string amount:int recipient:string --module tokenfactory --signer owner Also, what version of CLI are you using. Please include the output of
|
thank you @mondainai247 The same error with signer command Ignite CLI version: v28.2.0 |
Thank you @deveusss, for now, would you mind trying with an earlier version? It can be installed with
before doing that you can remove your currently installed ignite binary with
I had heard some of the scaffolding placeholders were removed in version 28.2.0 though not sure if this is the reason for the error. If you can please check with a previous version, it would be most appreciated. |
hey @mondainai247 , the same error, any other way I could resolve this issue? |
I will ask @toschdev as I believe he wrote the tutorial, though not sure which version of ignite it was created with. |
hey @toschdev, can you help me with this issue? |
ignite scaffold chain tokenfactory --no-module The above command doesn't generate client/cli folder under X. Tried the whole tutorial of tokenfactory but that file is not generated in Ignite cli version v28.3.0 Client Updates Navigate to the client in x/tokenfactory/client and make these changes:
Also the example has not been provide in the previous versions. Please advise how to delete the above if the CLI doesn't even generate the file? |
MintAndSendTokens
Command
Running command "ignite s message MintAndSendTokens denom:string amount:int recipient:string --module tokenfactory" gives an error "✘ Missing placeholders:" is there something I missed?
Using command from here
https://docs.ignite.com/guide/tokenfactory/tokenfactory#chapter-4-expanding-functionality-with-new-messages
The text was updated successfully, but these errors were encountered: