I am new in Internet Computer.
I am making own token using ICRC-1 standard.
But I don’t know how to do it.
I have experience in other blockchain platforms such as ethereum, binance, solana.
Who know the way to make own token on Internet Computer.
I already read all posts related with this but can’t find perfect solution. Maybe I don’t have deep knowledge of Internet Computer?
Also I found some github repository for ICRC-1 standard.
Please help me with this.
If possible, I want to do it using rust programming language.
I solved problem. It’s because of this: export TOKEN_NAME="My Token"
If we input token name directly, we can put whitespace, but if we use above method, we can’t use whitespace.
I am not sure if it happens only on my side.