Pre- requisite for the project
- Running MongoDb Instance
- Running Ethereum Instance
- Running IPSF instance
To Install Locally
1. Get the code from Git
2. cd to folder
3. Install Dependecies
npm install
4. Running the Application
node app.js
-------------------------IPSF--------------------------------
Installing pre requisites- --------------- mongoDB----------------------- 4.1. Setup the mongodb path in your env variables(OPTIONAL) C:\Program Files\MongoDB\Server\3.0\bin\
4.2. Run MongoDB - providing the db path {C:\mongodb_data}
mongod.exe --dbpath
Install IPFS
Start IPFS Daemon
ipfs daemon
Let IPFS connect with global peers - Another command window
ipfs swarm peers
In a new file Allow CORS request to IPFS - for dev ONLY
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "["http://localhost:3000"]"
-----------------------Ethereum Setup-------------------------
Installing geth
// Geth instructions goes here