The Python Celframe is an open source library is designed to work in the Python programming language with the Celframe SDK, DAP SDK. This is a library which includes the following modules: Crypto, Events, Server, Net, Chain, Http, HttpSimple, EncHttp, Stream, StreamCtl, Mempool, Wallet, GDB, AppCli, AppCliServer, JSONRPC and others.
The list of all functions, objects, methods and attributes of the Python CellFrame library is given on the Index of Objects page.
How to build and install the CellFrame library you can read on Build and Installation page.
Initialization of Python Cellframe library is done by calling the init
function
A JSON string is used in the Celframe module to configure the node to be launched. This line specifies the necessary modules for launching the application and their parameters. For a detailed description, see Initialization page.
Plugins are designed to run scripts written in python inside a CellFrame Node. For a detailed description, see Plugins page and plugin examples.
This reference manual details functions, modules, and objects included in Python-Cellframe, describing what they are and what they do.
The examples are included in the project and are located in the /python-cellframe/dists/examples/standalone directory.
The following examples are included in the project:
The examples are included in the project and are located in the /python-cellframe/dists/examples/plugins directory.