1.0.0 • Published 6 years ago

call-contract v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago
  1. 保存keystore,其相对于 main.js 的位置是 ../keystore/keystore,内容如下
	const keystore = {/*你的keystore内容*/}
	const password = 'your password'
	module.exports = {keystore, password}
  1. 修改 config.js 配置项
  2. 执行 npm install(如果执行太久,可以试试 npm install --registry=https://registry.npm.taobao.org)
  3. 执行 npm run test
1.0.0

6 years ago