This repo contains highly experimental code. Expect rapid iteration.
Create the .env file with the correct environment variables.
Copy the .env.example file and modify the values according to your setup.
Make sure docker compose is installed (see Installation instructions).
docker-compose -f scripts/docker/dev/docker-compose.yml up -d
Make sure Diesel CLI is installed (see installation instructions):
Then, use Diesel to initialize the data model and the database:
source .env
diesel setup
diesel migration run
To build the project, run the following command:
cargo build
Below are some examples of usage.
cargo run --bin watch_repo bitcoin bitcoin
cargo test
deathnote-contributions-feeder is released under the MIT.