Download the PHP package youkchan/monacoin without Composer
On this page you can find all versions of the php package youkchan/monacoin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download youkchan/monacoin
More information about youkchan/monacoin
Files in youkchan/monacoin
Download youkchan/monacoin
More information about youkchan/monacoin
Files in youkchan/monacoin
Vendor youkchan
Package monacoin
Short Description PHP Monacoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/youkchan/monacoin-php
Package monacoin
Short Description PHP Monacoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
License Unlicense
Homepage https://github.com/youkchan/monacoin-php
Please rate this library. Is it a good library?
Informations about the package monacoin
Bitcoin
=======
This repository contains an implementation of Bitcoin using mostly pure PHP.
Installation
You can install this library via Composer: composer require bitwasp/bitcoin
Contributing
All contributions are welcome. Please see [this page] before you get started
Documentation
Check out the beginnings of the documentation for the library: [Introduction]
Presently supported:
- Bloom filters
- Blocks, headers, and merkle blocks
- P2SH & Segregated witness scripts
- An adaptable elliptic-curve library, using [PhpEcc] by default, or libsecp256k1 if the bindings are found
- Support for building, parsing, signing/validating transactions
- Deterministic signatures (RFC6979)
- BIP32 and electrum (older type I) deterministic key algorithms
- ScriptFactory for common input/output types, parser, interpreter, and classifiers
- Supports bindings to libbitcoinconsensus
- RPC bindings to Bitcoin Core's RPC
- Bindings to Stratum (electrum) servers
- Easy serialization to binary representation of most classes
- SIGHASH types when creating transactions
- Payment Protocol (BIP70)
All versions of monacoin with dependencies
PHP Build Version
Package Version
Requires
php-64bit Version
>=5.6
ext-gmp Version *
ext-openssl Version *
ext-bcmath Version *
paragonie/random_compat Version ^1.4.0|^2.0.0
pleonasm/merkle-tree Version 1.0.0
composer/semver Version ^1.4.0
lastguest/murmurhash Version v1.3.0
rgooding/protobuf-php Version v0.0.1
symfony/http-foundation Version ^2.7|^3.0
mdanter/ecc Version ^0.5.0
bitwasp/buffertools Version ^0.5.0
bitwasp/secp256k1-php Version ^0.1.2
ext-gmp Version *
ext-openssl Version *
ext-bcmath Version *
paragonie/random_compat Version ^1.4.0|^2.0.0
pleonasm/merkle-tree Version 1.0.0
composer/semver Version ^1.4.0
lastguest/murmurhash Version v1.3.0
rgooding/protobuf-php Version v0.0.1
symfony/http-foundation Version ^2.7|^3.0
mdanter/ecc Version ^0.5.0
bitwasp/buffertools Version ^0.5.0
bitwasp/secp256k1-php Version ^0.1.2
The package youkchan/monacoin contains the following files
Loading the files please wait ....