Loop CLI
We built a convenient, multipurpose CLI that makes signing and sending transfer requests easy. It offers 2 methods:
Sign
sign
takes in the parameter values that you need to sign, and then uses your configured private key to produce the signature as output that you use in the transfer request.
Sign and Send
signAndSend
combines the signing of the transfer parameters and the sending of those parameters plus the signature to the Loop API to be processed
Installing via source code
Installing using NPM
This assumes you have NPM and nodejs installed.
Last updated