ICRC-1 , ICRC-2 and ICRC-3 in rust

I have been trying to find ICRC-1, ICRC-2 or ICRC-3 implementation of tokens in rust icp , specifically using the latest ic_cdk version higher than 0.11.0 . Specifically i am trying to do the following…

  1. Implementing a token standard in rust
  2. A canister accepting payment of the token standard which i made in rust .
  3. A factory pattern such that a parent canister can create a token programmatically .

Here are some links that may be interesting:

I have noticed that Defi related things in ICP . is quite fragmented . There isn’t a smooth developer on boarding to creating tokens , factory tokens or swaps.

1 Like