Note: You’ll need to have Node 6.x.x version on your local development machine. You can use nvm
to easily switch Node versions between different projects.
To clone the repository,
a. git clone <URL of repository>
b. download the repository and extract it.
After cloning the repository, you need to add a file on the repository.
File location: <root of infactor repository>/Config/config.js
File content should be copied from defaultConfig.js
and paste in config.js
a. Install Node modules​npm install​b. Install Angular Modules​bower install
To connect with XinFin Blockchain, follow these instructions​
a. Compile Contract​truffle compile​b. Deploy Contract​truffle migrate
npm start
Note: Open the browser with following url: http://localhost:6001/login​