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.
1. Clone the Repository
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
2. Install dependencies
3. Deploy Contract
To connect with XinFin Blockchain, follow these instructions
start server
Note: Open the browser with following url: http://localhost:6001/login
Last updated