Package Exports
- @ledgerhq/hw-app-sui
- @ledgerhq/hw-app-sui/lib-es/Sui.js
- @ledgerhq/hw-app-sui/lib/Sui.js
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 (@ledgerhq/hw-app-sui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GitHub, Ledger Devs Discord, Developer Portal
@ledgerhq/hw-app-sui
Ledger Hardware Wallet Sui JavaScript bindings.
Are you adding Ledger support to your software wallet?
You may be using this package to communicate with the Sui Nano App.
For a smooth and quick integration:
- See the developers’ documentation on the Developer Portal and
- Go on Discord to chat with developer support and the developer community.
Dependecies
This package extends @mysten/ledgerjs-hw-app-sui
API
Table of Contents
Sui
Extends SuiAPI
Sui App API
Examples
import Sui from "@ledgerhq/hw-app-sui";
const sui = new Sui(transport)