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…
Implementing a token standard in rust
A canister accepting payment of the token standard which i made in rust .
A factory pattern such that a parent canister can create a token programmatically .
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.