Package Exports
- gridplus-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gridplus-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GridPlus Lattice1 SDK
The GridPlus SDK lets any application establish a connection and interact with a GridPlus Lattice1 device as a remote signer. With the Lattice1 as an extremely secure, connected keystore with signing capabilities, this SDK gives users the following functionality:
- Connect to a Lattice1 device over the internet
- Pair with a Lattice1 by exchanging keys and deriving a secret using an out-of-band secret displayed on the Lattice1. A pairing acts as a mechanism through which to derive shared encryption secrets for future requests.
- Get addresses from the paired device (Bitcoin or Ethereum)
- Request signatures on ETH or BTC transactions, which the Lattice1 owner must authorize on the device
Documentation
The documentation for this SDK can be found here. There you will find a complete quickstart guide and API docs for the above functionality.