Socket
Socket
Sign inDemoInstall

@vechain/sdk-wallet

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-wallet

This module provides functionality for creating and managing vechain wallets, as well as signing and broadcasting transactions securely on the VechainThor blockchain


Version published
Weekly downloads
62
decreased by-13.89%
Maintainers
6
Weekly downloads
 
Created
Source

@vechain/sdk-network

Welcome to the wallet package of the vechain SDK!

Introduction

Wallet enables users to manage their accounts and sign transactions by using different kinds of wallet.

Key Features

The vechain SDK Wallet package provides features for wallet management and transaction signing. Basically, it provides a standard Wallet interface. All other wallet implementations should implement this interface. This allows developers to use different kinds of wallet without changing vechain development stack.

For instance, the provider package uses the wallet interface to get addresses. This means that the provider package can be used with any wallet implementation, BUT the wallet implementation must implement the wallet interface.

Commands

  • Build: Execute yarn build to build the package.
  • Lint: Execute yarn lint to lint the package.
  • Format: Execute yarn format to format the package.
  • Test:unit: Execute yarn test:unit to run unit tests.
  • Test:integration: Execute yarn test:integration to run integration tests.
  • Test: Execute yarn test to run all tests on the package.
    • NOTE: Tests and Integration tests require thor-solo to be running locally. You can run and stop separately thor solo node with yarn start-thor-solo and yarn stop-thor-solo or run all tests with yarn test:solo which will start thor solo node, run all tests and stop thor solo at the end. Same for integration tests. You can directly run yarn test:integration:solo to run integration tests with thor solo.

Usage

Explore examples of how to use this package in real-world scenarios at vechain SDK examples.

Feel free to leverage these resources and don't hesitate to reach out if you have any questions or need further assistance.

Happy coding with the vechain SDK!

Keywords

FAQs

Package last updated on 09 Apr 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc