Today, we released the Ontology Python SDK. It consists of four parts: RPC interface, wallet, asset, and identity.
03 Aug 2018, 08:09
Today, we released the Ontology Python SDK. It consists of four parts: RPC interface, wallet, asset, and identity.
- RPC interface: Can interact with the Ontology blockchain, including querying and sending transactions.
- Wallet: Can manage wallet file and stores the encrypted private key of the asset account and identity.
- Asset: Can transfer ONT/ONG, check account balance, withdraw ONT/ONG, and so on.
- Identity: Can send request to register ONT ID and get DDO object.
In addition to these four, the SDK also support constructing, deploying, and invoking a smart contract.
Read more: