
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
@ledgerhq/hw-app-elrond
Advanced tools
GitHub, Ledger Devs Discord, Developer Portal
Ledger Hardware Wallet Elrond JavaScript bindings.
You may be using this package to communicate with the Elrond Nano App.
For a smooth and quick integration:
Elrond API
transport
Transport scrambleKey
(optional, default "eGLD"
)import Elrond from "@ledgerhq/hw-app-elrond";
const elrond = new Elrond(transport)
Get Elrond app configuration.
const result = await elrond.getAppConfiguration();
const { contractData, accountIndex, addressIndex, version } = result;
Returns Promise<any> an object with a contractData, accountIndex, addressIndex, version
Get Elrond address for a given BIP 32 path.
const result = await elrond.getAddress("44'/508'/0'/0'/0'");
const { publicKey, address } = result;
Returns Promise<{publicKey: string, address: string}> an object with a address
Set Elrond address for a given BIP 32 path.
const result = await elrond.setAddress("44'/508'/0'/0/0");
result : Buffer;
Returns any an object with a address
FAQs
Ledger Hardware Wallet Elrond Application API
The npm package @ledgerhq/hw-app-elrond receives a total of 53 weekly downloads. As such, @ledgerhq/hw-app-elrond popularity was classified as not popular.
We found that @ledgerhq/hw-app-elrond demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.