Go to file
adityapk00 41ebe0e04b
Prices (#9)
* Prices API

* Add current prices

* Historical prices persist

* Add mutexs

* multiple providers

* Handle startup

* Edge case where historical price is requested for current

* fix median edge case

* Don't return too old last price

* bug fixes

* price metrics and logging

* warnings
2021-05-18 09:26:55 -07:00
.github Merge branch 'master' into lindanlee-templates-2 2020-06-01 15:04:56 -05:00
cmd Prices (#9) 2021-05-18 09:26:55 -07:00
common Prices (#9) 2021-05-18 09:26:55 -07:00
docs Merge fixes 2021-04-19 13:46:14 -07:00
frontend Prices (#9) 2021-05-18 09:26:55 -07:00
parser Merge fixes 2021-04-19 13:46:14 -07:00
tekton Added tekton for Docker image build 2020-03-23 15:01:04 -04:00
testclient Merge fixes 2021-04-19 13:46:14 -07:00
testdata add zcashd versioning to GetLightdInfo result 2020-12-03 22:55:08 -07:00
testtools Merge fixes 2021-04-19 13:46:14 -07:00
utils fix pullblocks.sh for macOS 2020-11-04 08:25:14 -07:00
vendor generalize GetAddressUtxos to accept taddr list 2021-04-08 11:22:12 -06:00
walletrpc Prices (#9) 2021-05-18 09:26:55 -07:00
.codecov.yml Update .codecov.yml 2019-10-29 16:21:39 -07:00
.env.template Moved HTTP endpoint startup to a fucntion 2020-04-09 10:27:08 -06:00
.gitignore Add windows executable exception 2021-04-20 10:58:47 -07:00
.gitlab-ci.yml Updated Makefile for new build options 2020-03-18 08:56:29 -06:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-09-19 19:26:16 -07:00
CONTRIBUTING.md Fix typos 2020-12-21 13:03:41 -07:00
COPYING add COPYING and copyright lines 2020-03-12 12:02:55 -06:00
Dockerfile Fix typos 2020-12-21 13:03:41 -07:00
LICENSE Create LICENSE 2019-09-19 19:21:48 -07:00
Makefile Fix names 2021-04-20 20:28:46 -07:00
README.md Update README 2021-04-22 09:25:53 -07:00
build.sh Build into dockerfile 2020-06-25 21:31:33 -07:00
buildenv.sh Added per-instance password by moving to an environment build script. 2019-12-20 14:15:45 -08:00
docgen.sh add documentation for lightwalletd APIs and data types 2020-03-02 17:21:41 -07:00
docker-compose.yml Revert "Update compose for new LWD config params" 2020-06-08 13:27:16 -04:00
go.mod Update deps 2021-04-21 10:59:27 -07:00
go.sum Update deps 2021-04-21 10:59:27 -07:00
lightwalletd-example.yml Example usage of cobra and viper for configuration 2020-03-18 08:56:29 -06:00
main.go Merge fixes 2021-04-19 13:46:14 -07:00

README.md

Overview

Zecwallet lightwalletd is an API-compatible fork of lightwalletd from the ECC. Since the API is compatible Zecwallet Lite will work with any LightwalletD. This fork is maintained by Zecwallet to ease integrations and experiments with the Lightwallet protocol.

LightwalletD is a backend service that provides a bandwidth-efficient interface to the Zcash blockchain for the Zecwallet light wallet.

Running your own zeclite lightwalletd

Please see instructions at the LightwalletD Readme