Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hethers/signing-key

hashgraph3.3kMIT1.2.0TypeScript support: included

Elliptic curve library functions for the secp256k1 curve.

Hedera, hethers

readme

Hethers

npm (tag) Node.js CI

A complete SDK targeting the Hedera Hashgraph Smart Contract Service (EVM) in JavaScript (and TypeScript). The library is a modified fork of the ethers library.

Features:

  • Keep your private keys in your client, safe and sound
  • Import and export JSON wallets
  • Import and export BIP 39 mnemonic phrases (12 word backup phrases) and HD Wallets (English as well as Czech, French, Italian, Japanese, Korean, Simplified Chinese, Spanish, Traditional Chinese)
  • Meta-classes create JavaScript objects from any contract ABI, including ABIv2 and Human-Readable ABI
  • Connect to the Hedera Network over both Consensus and Mirror nodes.
  • Modular packages; include only what you need.
  • Extensive documentation
  • Large collection of test cases which are maintained and added to
  • Fully TypeScript ready, with definition files and full TypeScript source
  • MIT License (including ALL dependencies); completely open source to do with as you please

Keep Updated

For the latest changes, see the CHANGELOG.

Installing

npm install --save @hashgraph/hethers

Documentation

Browse the documentation online:

License

MIT License (including all dependencies).

changelog

Changelog

This change log is managed by admin/cmds/update-versions but may be manually updated.

hethers/v1.0.3 (2022-02-24 17:45)

hethers/v1.0.2 (2022-02-24 16:57)

  • feat: build prior to release
  • Feature/Fix module packages readmes

hethers/v1.0.1 (2022-02-23 14:32)

hethers/v1.0.0 (2022-02-22)

  • Initial release of the library