Skip to content

Backend Service for Blockchain Time Stamping Service based on Stampery API.

License

Notifications You must be signed in to change notification settings

johnathanAI/TimeStamper.Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeStamper.Server

TimeStamper is a timestamp service for any file. It is based on the Stampery API to deploy the service on the blockchain. It is free of charge. Enjoy!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Before starting the server, please comfirm Node.js and NPM have been installed in the computer.

To check Node.js, type this in the cmd.

node -v

To check NPM, type this in the cmd.

npm -v

To use the service from Stampery API, please register an account from Stampery API Website

Replace Copy_Your_API_Key_Here to your real owned API key in app.js file within the server folder.

Installing

First change the directory to the /server folder

npm install

End with an example of getting some data out of the system or using it for a little demo

Running the tests

To run the test you can easily open/download the client from GitHub

Deployment

First change the directory to the /server folder and Start the server by typing

node app.js

Built With

  • Stampery - The Blockchain API used
  • Node.js - JavaScript Runtime built for backend service
  • NPM - Package manager used for Node.js

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Backend Service for Blockchain Time Stamping Service based on Stampery API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published