Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

blockchain

Setup Instructions

  • Install Docker
  • Install docker-compose
  • Run docker-compose up miner-1

###Available APIs:

  • Add Author. Ex: curl -H "Content-type:application/json" --data '{"author": "author1"}' http://localhost:3001/addAuthor
  • Add Content. Ex: curl -H "Content-type:application/json" --data '{"content" : "content1", "author": "author1"}' http://localhost:3001/addContent