How to create our own icp tokens?

I am a beginner to dfinity, and I am trying to create my token in my name, and I need a detailed explanation. Can anyone help me?

4 Likes

The rust ledger code is at HTTP://GitHub.vom/dfinity/ic. You could create a canister with that. There are other token proposals elsewhere.

1 Like

Thank you for your reply

1 Like

Hey, I created a service that allows you to effortlessly deploy your ICRC-1 ledger and index without the need for any coding!

Feedback appreciated: https://createicptoken.xyz/

You can use the createToken function provided by ICPEx(https://icpex.org/createToken), which supports both ICRC2 and DIP20 standards. Additionally, they support burn fee and ratio fee functionality.