Setup
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 inconfig.js
a. Install Node modules
npm install
b. Install Angular Modules
bower install
a. Compile Contract
truffle compile
b. Deploy Contract
truffle migrate
npm start
Last modified 4yr ago