Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardparis/ancre
Opentimestamp file reader :anchor:
https://github.com/edouardparis/ancre
bitcoin opentimestamp
Last synced: about 1 month ago
JSON representation
Opentimestamp file reader :anchor:
- Host: GitHub
- URL: https://github.com/edouardparis/ancre
- Owner: edouardparis
- License: mit
- Created: 2018-06-22T12:38:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T07:30:58.000Z (over 5 years ago)
- Last Synced: 2024-06-19T11:37:32.426Z (7 months ago)
- Topics: bitcoin, opentimestamp
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ancre :anchor: [WIP]
![License][license-img]
A golang implementation of [OpenTimestamps](https://opentimestamps.org/) client
Ancre anchors checksums in time.
## Install
Install [the go programming language](https://golang.org).
```bash
go get github.com/edouardparis/ancre
go install ./...
```## Test
```bash
go test ./...
```
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg## Usage
Only reading `.ots` file is good enough implemented
```
ancre info examples/hello-world.txt.ots
```