Fungible Token Standard [Community Consideration]

I implemented a token standard (Rust & Motoko) and did a lot of my own thinking.

Of course, before implementing this token standard, I referred to a lot of existing codes, especially some discussions thoughts-on-the-token-standard, which gave me a lot of help. Thanks @senior.joinu very much.

References

-[1] Dfinity Developer Center: Canister interface

-[2] Dfinity Forum: thoughts-on-the-token-standard

-[3] Toniq-Labs: ic-fungible-token

-[4] SuddenlyHazel: Token-Standard

-[5] Dfinance-tech: ic-token

-[6] Plug: Token-Standard

-[7] Ethereum: EIPS-EIP20 & EIP667 & EIP777 & EIP1820

-[8] Candid

-[9] Why are ERC20 allowances necessary?

-[10] sudograph

-[11] Dfinity Self Describing Standard

8 Likes