Skip to content

simonplhak/bip380

Repository files navigation

BIP380 CLI Aplication

Installation

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).

Usage

Help

bip380 --help

Derive key

bip380 derive-key {value} [--path {path}] [-]

Key expression

bip380 key-expression {expr} [-]

Script expression

bip380 script-expression {expr} [-]

Dev

Run

go run . <command> <arguments> <options>

Build

go build -o bin/bip380
./bin/bip380 <command> <arguments> <options>

Tests

go test

E2E Tests

go build -o bin/bip380 && ./e2e_test.sh

Release

# replace with correct version
git tag -a v0.0.0 -m "Version 0.0.0"
git push origin v0.0.0

Note

We used github.com/btcsuite/btcd/btcec/v2 library to satisfy test vectors and library that implemented bip32 did not implemnet this functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages