钱包 一个使用eth-lightwallet和vuejs生成以太坊钱包的简单应用程序。 用法 运行开发环境 clone the repo npm install npm run dev 建立资产 npm run build 服务器静态资产,就像我们在heroku中服务一样 npm start 玩Vue-ethereum钱包应用程序,尽享乐趣。 路由器 / 用用户密码创建钱包 /钱包种子 使用用户密码和用户种子(12个单词)创建钱包 / import-keystore 从keystore.json导入钱包 /合约交易 进行合同交易 /值交易 进行价值交易 测试 单元 npm运行单元 e2e