Welcome to the Empyreal SDK’s documentation#
blockchain on easy mode.
Library under development. Contains rough edges/unfinished functionality. API subject to changes.
Installation#
pip install empyrealSDK
-or-
pip install git+https://github.com/empyrealapp/empyrealSDK
Quickstart#
1from empyrealSDK import EmpyrealSDK
2
3api_key = "<API_KEY>"
4emp_sdk = EmpyrealSDK(api_key)
The Empyreal SDK Class#
| 
 | The EmpyrealSDK instance. | 
Base Classes#
| This represents an Application, which allows a builder to use the SDK. | |
| 
 | An enum representing the different Networks supported by the SDK | 
| An abstraction of an ERC20 token instance | |
| An abstraction on a token amount | |
| A User of an application. | |
| A wallet, which is able to make transactions. |