Build and Install
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Launch Script Ledger node
(A) This should build the binaries and copy them into your $GOPATH/bin. Two binaries script and scriptcli are generated. script can be regarded as the launcher of the Script Ledger node, and scriptcli is a wallet with command line tools to interact with the ledger.
$ export GO111MODULE=on
$ make install
Then you can cross-compile the Windows binary with the following command:
$ make exe
You'll also need to place three .dll files libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll under the same folder as script.exe and scriptcli.exe.