项目作者: crypedit
项目描述 :
a Purchase contract for homework
高级语言: JavaScript
项目地址: git://github.com/crypedit/purchase.git
Purchase
部署到 testnet (ropsten)
参考truffle.js
中的注释的内容,部署该智能合约到ropsten
即http://45.76.197.72:8545
上。
$ cp your_keystore_file ./keystore
$ printf "your_passphase" > ./pass
$ truffle deploy --network ropsten
注意
你的账户中部署时必须有点ether
,那么如何获取testnet上的ehter
呢?