Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 805 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 805 Bytes

doc-upload-ipfs

The following project(not really a project, but a functionality) demonstrates uploading any kind of document using ipfs(interplanetary file system) on truffle framework.

To run this project, you should have the following installed:

  1. Truffle v5.1.23 (core: 5.1.23)
  2. Solidity v0.5.16 (solc-js)
  3. Node v10.20.1
  4. Web3.js v1.2.1
  5. Metamask extension (on whaterver browser you are using)
  6. Ganache

After above all dependencies are installed, please follow these steps:
STEP 1: Open Ganache
STEP 2: run on terminal: truffle migrate --reset
STEP 3: run on terminal: cd client
STEP 4: run on terminal: npm install
STEP 5: run on terminal: npm run start

Please feel free to create issues, and PRs.