Bitcoin Light Client for Native chain.
Participating in open source is often a highly collaborative experience. We’re encouraged to create in public view, and we’re incentivized to welcome contributions of all kinds from people around the world.
Check out contributing repo for our guidelines & policies for how to contribute. Note: we require DCO! Thank you to all those who have contributed!
After cloning the repository, make sure to run make setup-hooks
.
Check out SECURITY.md for security concerns.
- Make sure you have
go
,make
installed - Build the project:
make build
To build and start you can run: make build start
- Build the image
docker build -t bitcoin-lightclient .
- Run the container
docker run -e DATA_FILE_PATH=/custom/path/data.json bitcoin-lightclient