# README
Bitcoin Light Client
Bitcoin Light Client for Native chain.
Contributing
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
.
Security
Check out SECURITY.md for security concerns.
Setup
- Make sure you have
go
,make
installed - Build the project:
make build
To build and start you can run: make build start
Running as a docker container
- Build the image
docker build -t bitcoin-lightclient .
- Run the container
docker run -e DATA_FILE_PATH=/custom/path/data.json bitcoin-lightclient
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
# Structs
No description provided by the author