copy the other repo and make packages install.

This commit is contained in:
fiatjaf
2023-09-18 16:29:38 -03:00
commit 0b433cd95a
18 changed files with 2042 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# opentimestamps
Go port of https://github.com/opentimestamps/python-opentimestamps.
Copied from https://github.com/BlockchainSource/go-opentimestamps.
# Done
* Byte-level serialization format
* Timestamp parsing
* Creating pending timestamps
* Upgrading pending timestamps
* Bitcoin Timestamp verification
# To do
* Support for multiple timestamp servers
* Proper timestamp merging (on upgrade)
* More conformant serialization (sorting)
# License
Apache 2.0