All Projects → opentimestamps → Python Opentimestamps

opentimestamps / Python Opentimestamps

Licence: other

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Python Opentimestamps

Go Bip39
The BIP39 library for Go.
Stars: ✭ 238 (+271.88%)
Mutual labels:  bitcoin, cryptography
Brainflayer
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key alogrithms.
Stars: ✭ 561 (+776.56%)
Mutual labels:  bitcoin, cryptography
Bitcoin
Bitcoin Core integration/staging tree
Stars: ✭ 60,211 (+93979.69%)
Mutual labels:  bitcoin, cryptography
Lopp.net
Personal web site of Jameson Lopp
Stars: ✭ 174 (+171.88%)
Mutual labels:  bitcoin, cryptography
Blockchain Papers
区块链相关的有价值的文献
Stars: ✭ 20 (-68.75%)
Mutual labels:  bitcoin, cryptography
Firmware
❄️ Firmware and simulator for Coldcard Hardware Wallet
Stars: ✭ 198 (+209.38%)
Mutual labels:  bitcoin, cryptography
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+8685.94%)
Mutual labels:  bitcoin, cryptography
Javascript Opentimestamps
Stars: ✭ 99 (+54.69%)
Mutual labels:  bitcoin, cryptography
Ipchain
IPChain Core Wallet
Stars: ✭ 26 (-59.37%)
Mutual labels:  bitcoin, cryptography
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1342.19%)
Mutual labels:  bitcoin, cryptography
Bitcoinecdsa.php
PHP library to generate BTC addresses and signatures from private keys.
Stars: ✭ 169 (+164.06%)
Mutual labels:  bitcoin, cryptography
Merkle Tools
Tools for creating Merkle trees, generating merkle proofs, and verification of merkle proofs.
Stars: ✭ 54 (-15.62%)
Mutual labels:  bitcoin, cryptography
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (+145.31%)
Mutual labels:  bitcoin, cryptography
Opentimestamps Client
OpenTimestamps client
Stars: ✭ 197 (+207.81%)
Mutual labels:  bitcoin, cryptography
Opentimestamps Server
OpenTimestamps server component
Stars: ✭ 143 (+123.44%)
Mutual labels:  bitcoin, cryptography
Lightning Onion
Onion Routed Micropayments for the Lightning Network
Stars: ✭ 297 (+364.06%)
Mutual labels:  bitcoin, cryptography
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1812.5%)
Mutual labels:  bitcoin, cryptography
Bitcoin Cryptography Library
Nayuki's implementation of cryptographic primitives used in Bitcoin.
Stars: ✭ 81 (+26.56%)
Mutual labels:  bitcoin, cryptography
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+1073.44%)
Mutual labels:  bitcoin, cryptography
Exonum
An extensible open-source framework for creating private/permissioned blockchain applications
Stars: ✭ 1,037 (+1520.31%)
Mutual labels:  bitcoin, cryptography

python-opentimestamps

Python3 library for creating and verifying OpenTimestamps proofs.

Installation

From the PyPi repository:

pip3 install opentimestamps

Structure

Similar to the author's python-bitcoinlib, the codebase is split between the consensus-critical opentimestamps.core.* modules, and the non-consensus-critical opentimestamps.* modules. The distinction between the two is whether or not changes to that code are likely to lead to permanent incompatibilities between versions that could lead to timestamp validation returning inconsistent results between versions.

Unit tests

python3 -m unittest discover -v

Additionally Travis is supported.

SSL Root Certificates

On some MacOS setups SSL certificates may be missing. The following commands could be of use to resolve this error (the below example assumes a user is running Python "3.7", and is using Certifi package):

cd /Applications/Python\ 3.7
Install\ Certificates.command
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].