Remix 在线Solidity IDE:
Solidity 学习网站:
https://solidity-cn.readthedocs.io/zh/develop/solidity-by-example.html#index-1
投票智能合约例子:
https://solidity-cn.readthedocs.io/zh/develop/solidity-by-example.html#voting
学校小学期教学区块链,要求在网页IDE——Remix上运行部署智能合约
1.复制智能合约代码到IDE中
勾选Auto compile能够在修改代码后自动编译
2.部署代码:
Account表示用户,如果智能合约中需要新建用户测试(在这个例子中就是需要有人来投票),就可以通过Account来新建用户