【发布时间】:2018-08-25 13:25:07
【问题描述】:
由于Python Serpent Compiler 是considered outdated and not secure by Vitalik(也由this audit 和here 确认),因此更建议使用Vyper compiler 从python 编写/部署以太坊smart-contract。
可以肯定Vyper 可以在Ethereum decentralized platform 上工作,但我想知道Vyper 是否也可以在Ethereum Classic decentralized platform 上部署smart contract?
如果是,如何为这个用例设置Vyper?
如果不是,在Ethereum Classic 上部署smart contract 的新python 支持编译器是什么?
【问题讨论】:
标签: python ethereum smartcontracts vyper ethereumclassic