py-evm 和 pythereum 有什么区别?
What is the difference between py-evm and pythereum?
我通常使用 geth 或奇偶校验客户端,但尝试使用 pythereum 来实现 vyper。
但看起来有两种类型的以太坊客户端使用 python 实现,它们是:
https://github.com/ethereum/pyethereum
https://github.com/ethereum/py-evm
此外,还有另一个 python 客户端也叫 pyethapp。
(https://github.com/ethereum/pyethapp)
那么谁能教我区别以及我应该使用哪种情况?
py-evm 是积极开发和支持的。请注意,它仍处于 pre-alpha 状态。它尚未准备好用于生产。
我通常使用 geth 或奇偶校验客户端,但尝试使用 pythereum 来实现 vyper。
但看起来有两种类型的以太坊客户端使用 python 实现,它们是:
https://github.com/ethereum/pyethereum
https://github.com/ethereum/py-evm
此外,还有另一个 python 客户端也叫 pyethapp。 (https://github.com/ethereum/pyethapp)
那么谁能教我区别以及我应该使用哪种情况?
py-evm 是积极开发和支持的。请注意,它仍处于 pre-alpha 状态。它尚未准备好用于生产。