Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 561 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 561 Bytes

TaxCode

Clone this repository.

Run following command to install node-modules and dependecies

$ cd ~/fabric-samples/fabrcar/javascript
$ npm install

Run following command to deploy chaincode

$ cd ~/fabric-samples/fabrcar/
$ ./startFabric.sh javascript

After deployment run following node files

$ cd ./javascript/
$ node enrollAdmin.js
$ node registerUser.js

Now, if you can run server by using following command

$ npm run dev

You have to create admin and user separately to use both side of TaxCode webapp.