Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 791 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 791 Bytes

Python-BEP20-Token

A Python package that models token methods using the BEP-20 token standard for tokens on the Binance Smart Chain (BSC).

NOTE: This package is in development and currently only offers basic functionality...


Installation:

pip install bep20

Feature List:

  • Methods:
    • name()
    • symbol()
    • decimals()
    • totalSupply()
    • balanceOf()
    • getOwner()
    • transfer()
    • transferFrom()
    • prepare_approve()
      • Returns an uncalled approve() function ready to be signed by the owner.
    • allowance()