This project implements a customized ERC20 API demo, Which tries to deal with 2 problems of ERC20 standard,
-
Security of
approve
/transfer_from
methods, https://docs.google.com/document/d/1YLPtQxZu1UAvO9cZ1O2RPXBbT0mooh4DYKjA_jp-RLM/edit -
Token lost problem when wrongly using
transfer
method, see