Go to file
Aditya Kulkarni 4c9e75e28f recompile protos 2022-05-18 11:42:57 -05:00
.github Merge branch 'master' into lindanlee-templates-2 2020-06-01 15:04:56 -05:00
cmd Fix typos 2022-05-18 10:42:38 -05:00
common Add support to GetTreeState to return Orchard final state 2022-05-18 10:44:29 -05:00
docs Add support to GetTreeState to return Orchard final state 2022-05-18 10:44:29 -05:00
frontend recompile protos 2022-05-18 11:42:57 -05:00
parser fix orchard action ciphertext comment 2022-05-18 10:42:52 -05: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 parse V5 (nu5) transactions 2022-05-18 10:41:15 -05: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 recompile protos 2022-05-18 11:42:57 -05: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 Add support to GetTreeState to return Orchard final state 2022-05-18 10:44:29 -05:00
go.sum Add support to GetTreeState to return Orchard final state 2022-05-18 10:44:29 -05: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