Go to release and download the latest version for your operating system. Then you can move the binary to your PATH or run it directly (do not forget to add execution privilegies).
bip380 --helpbip380 derive-key {value} [--path {path}] [-]bip380 key-expression {expr} [-]bip380 script-expression {expr} [-]go run . <command> <arguments> <options>go build -o bin/bip380
./bin/bip380 <command> <arguments> <options>go testgo build -o bin/bip380 && ./e2e_test.sh# replace with correct version
git tag -a v0.0.0 -m "Version 0.0.0"
git push origin v0.0.0We used github.com/btcsuite/btcd/btcec/v2 library to satisfy test vectors and library that implemented bip32 did not implemnet this functionality.