WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

dhirendrx/blockchain

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • Shell 13.8%
  • Dockerfile 0.7%