Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 967 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 967 Bytes

Customized ERC20 API Implementation

This project implements a customized ERC20 API demo, Which tries to deal with 2 problems of ERC20 standard,

  1. Security of approve/transfer_from methods, https://docs.google.com/document/d/1YLPtQxZu1UAvO9cZ1O2RPXBbT0mooh4DYKjA_jp-RLM/edit

  2. Token lost problem when wrongly using transfer method, see

Status