A simple request wrapper for the Pancake-Swap API
Python Pancakes A simple request wrapper for the Pancake-Swap API. Installation Install package # Using pip $ pip install pythonpancakes # Or from source $ git clone https://github.com/scottburlovich/pythonpancakes.git pythonpancakes $ cd pythonpancakes $ python3 setup.py install Import module into your project and initialize API class from pythonpancakes import PancakeSwapAPI ps = PancakeSwapAPI() Usage Please note, the API functionality currently exposed by PancakeSwap is quite basic. This package will be updated as they add new functionality. summary() Returns a dictionary containing […]
Read more