Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 568 Bytes

Bitcoin_File_Timestamping

To run :

  1. Install mongodb
  2. Run mongod (Windows)
  3. npm install
  4. node app.js
  5. Navigate to localhost:3000 on your browser

This application uses the blockcypher API to poll for an incoming transaction. You will hit their rate limit within a few minutes. Run your own bitcore-insight node to work around this rate limit.

Screenshots

Screen1

Screen2