Socket
Book a DemoInstallSign in
Socket

@coolwallet/core

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coolwallet/core

Core library for other CoolWallet SDKs.

Source
npmnpm
Version
1.1.31
Version published
Maintainers
1
Created
Source

CoolWallet Core SDK

CoolWallet Software Development Kit is built with Typescript, which handles the APDU requests, cryptography and some common logics.

version Typed with TypeScript code style: prettier

Install

npm install @coolwallet/core

Project Structure

DirectoryFeatures
apduCollections of APDU and MCU commands.
coinKey derivation functions base on ECDSA and EDDSA algorithms.
All @coolwallet/coin packages will need to inherit Coin to work with Coolwallet SDK.
configConfig values and some pieces of information about the Coolwallet, ex. error codes/messages.
cryptoCommonly used cryptography, ex. hmac-sha512, sha256.
deviceMaintain Bluetooth device connection and using Transport to communicate with Bluetooth device.
errorCoolWallet SDK internal error handler.
settingAuthentication settings for CoolWallet.
transcactionFunctions often used when creating transactions.
transportHave two abstract classes, BleManager and Transport.
BleManager is responsible for Bluetooth status management and Transport is responsible for data transfer.
utilsCommonly used utilities, ex. serialize and deserialize the message from Bluetooth device.

FAQs

Package last updated on 05 Dec 2024

Did you know?

Socket

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.

Install

Related posts