{"id":15459700,"url":"https://github.com/dennis-tra/originstamp-cli","last_synced_at":"2025-10-27T18:03:51.754Z","repository":{"id":57708347,"uuid":"263090630","full_name":"dennis-tra/originstamp-cli","owner":"dennis-tra","description":"Go client for the OriginStamp API","archived":false,"fork":false,"pushed_at":"2020-05-28T10:09:58.000Z","size":1171,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T06:55:02.328Z","etag":null,"topics":["blockchain","cli","client","golang","golang-tools","originstamp","timestamping"],"latest_commit_sha":null,"homepage":"https://originstamp.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dennis-tra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-11T16:00:34.000Z","updated_at":"2021-07-29T05:39:22.000Z","dependencies_parsed_at":"2022-09-14T13:12:24.417Z","dependency_job_id":null,"html_url":"https://github.com/dennis-tra/originstamp-cli","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dennis-tra/originstamp-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-tra%2Foriginstamp-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-tra%2Foriginstamp-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-tra%2Foriginstamp-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-tra%2Foriginstamp-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennis-tra","download_url":"https://codeload.github.com/dennis-tra/originstamp-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennis-tra%2Foriginstamp-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281314645,"owners_count":26480018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cli","client","golang","golang-tools","originstamp","timestamping"],"created_at":"2024-10-01T23:10:16.858Z","updated_at":"2025-10-27T18:03:51.705Z","avatar_url":"https://github.com/dennis-tra.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OriginStamp CLI\nCommand line client for the [OriginStamp API](https://api.originstamp.com/swagger/swagger-ui.html) written in Go.\n\n## Installation\n\n\n| Platform   | Installation |\n|---|:---|\n| MacOS | `brew tap dennis-tra/originstamp-cli \u0026\u0026 brew install originstamp-cli` |\n| Linux | Download the binary from the [latest release](https://github.com/dennis-tra/originstamp-cli/releases). |\n| Windows | Download the binary from the [latest release](https://github.com/dennis-tra/originstamp-cli/releases). |\n\n## API-Key\n\nTake your API-Key from the OriginStamp website and set the `ORIGINSTAMP_API_KEY` environment variable in your current shell session:\n```\nexport ORIGINSTAMP_API_KEY=YOUR-API-KEY\n``` \nAlternatively put the line above in your `.bashrc` (or equivalent) or provide it on a per-command-basis by providing the `-k` command line flag:\n```\nstamp -k YOUR-API-KEY filename\n```\n\n## Usage\n\nCreate a timestamp for a file \n```\n$ stamp filename\nSuccessfully initiated timestamp creation!\n  CURRENCY |       STATUS |                 TIMESTAMP | TRANSACTION\n       --- |          --- |                       --- | ---\n   BITCOIN |     RECEIVED |                           |\n  ETHEREUM |     RECEIVED |                           |\n      AION |     RECEIVED |                           |\nSUEDKURIER |     RECEIVED |                           | \n```\n\nRetrieve the status of a timestamp:\n```\n$ stamp status filename\n  CURRENCY |       STATUS |                 TIMESTAMP | TRANSACTION\n       --- |          --- |                       --- | ---\n   BITCOIN |     RECEIVED |                           |\n  ETHEREUM | TAMPER_PROOF | 2020-05-11T19:01:16+02:00 | 0xee6df9c7e4a196e7223bde4d15b565dfb215e9833ac3cf6a5eba9b1039424561\n      AION | TAMPER_PROOF | 2020-05-11T18:50:15+02:00 | 890bef8ac5d63fb741ee74cba095b69271d782a1206855b45a0b962e3d013d9b\nSUEDKURIER |     RECEIVED |                           |\n```\nPossible status values are:\n\n| Status | Description|\n|:---|:---|\n|RECEIVED|The hash was not broadcasted yet, but received from our backend|\n|BROADCASTED|The hash was included into a transaction and broadcasted to the network, but not included into a block|\n|INCLUDED|The transaction was included into the latest block|\n|TAMPER_PROOF|The timestamp for your hash was successfully created.|\n\nAs soon as the file is in the status of `TAMPER_PROOF` you can request the proof `PDF` or `SEED`\n```\n$ stamp proof filename\nhttps://api.originstamp.com/v3/timestamp/proof/download?token=LONG-TOKEN\u0026name=certificate.Ethereum.file.pdf\n```\nThis will retrieve the `BITCOIN` `SEED` proof. If you want another combination just specify it via command line parameters:\n```\n$ stamp proof --currency ETHEREUM --proof PDF filename\nhttps://api.originstamp.com/v3/timestamp/proof/download?token=LONG-TOKEN\u0026name=certificate.Ethereum.file.pdf\n```\nRequest your credit usage:\n```\n$ stamp usage\nConsumed credits for the current month:   18.5\nRemaining credits for the current month:  31.5\nTotal number of credits per month:        50.0\n---\nYou have consumed 37.0% of your available credits\n```\n\n## Built With\n\n* [urfave/cli](https://github.com/urfave/cli) - The CLI framework\n\n## Versioning\n\nThis project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/dennis-tra/originstamp-cli/releases). \n\n## License\n\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-tra%2Foriginstamp-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennis-tra%2Foriginstamp-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennis-tra%2Foriginstamp-cli/lists"}