- Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install bitcore:
brew install bitcoin
- Clone repo locally using:
git clone [email protected]:niharika88/handshake.git
Similar steps for Linux/Windows Machines.
- Since bitcoin core is already installed, just run it directly
- Run bitcore node using:
/usr/local/opt/bitcoin/bin/bitcoind
- Navigate to cloned repo directory (should have Go installed locally)
- Run
go build
to build the code - Execute the test:
./handshake
- Run