文件名称:electrum
文件大小:4.38MB
文件格式:ZIP
更新时间:2024-04-19 20:04:19
Python
Electrum-轻量级CryptoCurrency客户端 Licence: MIT Licence Author: Thomas Voegtlin Maintainer: Ahmed Bodiwala Language: Python (>= 3.6) Homepage: https://electrum.org/ 支持的网络 入门 (如果您来这里只是想运行Electrum,则。) Electrum本身是纯Python,大多数必需的依赖项也是如此,但不是全部。 以下各节描述了如何从源代码运行,但这是TL; DR: sudo apt-get install libsecp256k1-0 python3 -m pip install --user .[gui,crypto] 不是纯Python依赖项 如果要使用Qt接口,请安装Qt依赖项: sudo apt-get install py