soramitsu / iroha-demo-javascript

Sample web application using Hyperledger Iroha to send/receive/view point transactions.
http://iroha.tech
Apache License 2.0
11 stars 4 forks source link

Can't find iroha.js file #4

Open TranBaVinhSon opened 6 years ago

TranBaVinhSon commented 6 years ago

I just clone your repo, after installing the packages and run npm run dev I got this error because of lacking iroha.js file at /src folder. Where I can get iroha.js file ?


ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/CreateUser.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ../../../src/iroha.js in /Users/apple/Programming/Vue/iroha-demo-javascript/src/components
 @ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/CreateUser.vue 7:13-45

ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Send.vue
Module not found: Error: Cannot resolve 'file' or 'directory' ../../../src/iroha.js in /Users/apple/Programming/Vue/iroha-demo-javascript/src/components
 @ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/components/Send.vue 7:13-45
stinger112 commented 6 years ago

This project seems to be totally abandoned. You can find a similar active project here.

TranBaVinhSon commented 6 years ago

@stinger112 But is that project for the desktop application? I see they built on electron ?

stinger112 commented 6 years ago

@stinger112 But is that project for the desktop application? I see they built on electron ?

Yes. For now, we officially support ONLY desktop/server apps, because Iroha is related on grpc transport and it doesn't work in web browsers.

We work on a browser solution, but it's very raw now. :(