opentimestamps-client
opentimestamps-client copied to clipboard
OpenTimestamps client
These changes improve the `ots-git-gpg-wrapper.sh` script by making it configurable: - via `git config opentimestamps.{enable,debug,flags}` options - via environment variables `OPENTIMESTAMPS*` This makes it possible to do the following: -...
Dear Maintainers, currently it is required to have an access to a Bitcoin node in order to be able to use `ots verify` command. I think it would be pretty...
In the Java OTS library, there is an option to use the API directly from Java code: https://github.com/opentimestamps/java-opentimestamps#from-code Is there something similar for Python?
`➜ ~ pip3 install opentimestamps-client Collecting opentimestamps-client Downloading opentimestamps_client-0.7.0-py3-none-any.whl (27 kB) Collecting GitPython>=2.0.8 Downloading GitPython-3.1.3-py3-none-any.whl (451 kB) |████████████████████████████████| 451 kB 528 kB/s Collecting opentimestamps=0.4.0 Downloading opentimestamps-0.4.1-py3-none-any.whl (50 kB) |████████████████████████████████| 50...
Please let me know, (it would be great if it could appear in the first paragraphs of the Readme)
Since git commits are considered final, it would be nice to upgrade git commit timestamps once they are mature, and store that information somewhere. This could be the cache, or...
Thanks for OpenTimestamps, it's awesome. One thing I can't get to work is **manually verifying timestamped git commits**. I use the `ots-git-gpg-wrapper.sh` as explained in `git-integration.md` (actually, with my backwards-compatible...
I'm running a docker container of opentimestamps server, when I try to timestamp using javascript client it works: ```sh ➜ ~ ots-cli.js stamp -c http://127.0.0.1:14788 -m 1 test.txt Submitting to...
Please extract common code into another file apart from `cmds.py` so that I can use that in my Python/Django application.
# Overview Sometimes I forget to upgrade my timestamps, and I'd like to keep them upgraded. Instead of searching my filesystem for all immature timestamps, why not track them with...