All Projects → eh3rrera → Blockchain Proof Existence

eh3rrera / Blockchain Proof Existence

Licence: mit
This web application shows how to use Tierion Hash API, RethinkDB with the rethinkdbdash driver, and PubNub's Storage and Playback

Programming Languages

javascript
184084 projects - #8 most used programming language

blockchain-proof-existence

This web application shows how to use Tierion Hash API, RethinkDB with the rethinkdbdash driver, and PubNub's Storage and Playback feature with SDK v4 . You can follow the tutorial to build this application or jump straight to the code.

Requirements

Installation

  1. Clone this repository and cd into it.
  2. Start RethinkDB server and execute the commands of rethinkdb.txt in RethinkDB's web console.
  3. Start ngrok.
  4. Create a configuration file for your application with cp config.sample.js config.js and enter your Tierion and PubNub API keys and your ngrok URL.
  5. Execute npm install to download dependencies.
  6. Execute node server.js to start the Node.js server.
  7. Go to http://localhost:3000 to play with the app.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].