blockbook/docs
Putta Khunchalee 8e82b3da0f Added Zcoin support (#106)
* Add zcoin configuration

* Update ports registry

* Change verification_type to gpg-sha256

* Fix incorrect zcoin configurations

* Change backend verification type to sha256 due to no public key for gpg-sha256

* Initializes Zcoin factory

* Add zcoin parser

* Finish BlockChain implementation for XZC

* Implement EstimateFee for XZC

* Add RPC integration tests for XZC

* Add unittest for parser && fix wrong network params

* Fix incorrect RPC marshaler for XZC

* Add sync integration test for zcoin

* Add zcoin block parser

* Add more testdata for sync integration test

* Remove EstimateSmartFee test for XZC due to it not supported

* Refactor and cleanup XZC parser

* Fix zerocoin spend vin error

* Fix display zerocoin mint and spend

* Support script parser for spend

* Fix build errors and bugs after rebase
2019-01-17 20:31:15 +01:00
..
build.md typos 2018-08-29 09:47:56 +02:00
config.md Introduce BitcoinType and EthereumType distinction of blockchains 2018-11-15 16:16:01 +01:00
ports.md Added Zcoin support (#106) 2019-01-17 20:31:15 +01:00
README.md Added documentation index 2018-08-29 17:36:51 +02:00
rocksdb.md Update README and rocksdb documentation 2018-10-09 18:28:51 +02:00
testing.md Added extra note for handleFork test 2018-10-18 17:06:33 +02:00

Documentation index

  • Contributing Blockbook contributor guide
  • Build Blockbook build guide
  • Config Description of Blockbook and back-end configuration and package definitions
  • Ports Automatically generated registry of ports
  • RocksDB Description of RocksDB structures used by Blockbook
  • Testing Description of tests used during Blockbook development