Official OpenTimestamps website
[opentimestamps.org
]
Stamp new data and verify stamped data. At the end of stamp operation, the ots proof download starts automatically. At the end of verify operation, if the ots proof change (with complete attestation) the ots proof download starts automatically.
Get parameters:
- digest : hash (sha256) of the data to timestamp (optional).
- ots : ots proof in hexadecimal format (optional).
Parse the ots proof in a nice representation.
Get parameters:
- ots : ots proof in hexadecimal format (mandatory).
Resolve and install dependencies.
npm install --dev
Compile css, build javascript and dependencies.
gulp default
The simplest way to start this server is:
gulp server