Welcome to the Empyreal SDK’s documentation#

blockchain on easy mode.

Source Code

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#

EmpyrealSDK(api_key[, env])

The EmpyrealSDK instance.

Base Classes#

Application

This represents an Application, which allows a builder to use the SDK.

Network(value)

An enum representing the different Networks supported by the SDK

Token

An abstraction of an ERC20 token instance

TokenAmount

An abstraction on a token amount

User

A User of an application.

Wallet

A wallet, which is able to make transactions.