- Notifications
You must be signed in to change notification settings - Fork6
DEPRECATED Complete EVM library in JavaScript/TypeScript for Hedera Hashgraph Smart Contract Service
License
hashgraph/hethers.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hethers
Deprecation of Hethers.js by October 20, 2023
As we continue to evolve the Hedera ecosystem, we are committed to ensuring that our developer tools and resources remain easy to use and up-to-date. With this goal in mind, the Hethers.js library will be deprecated by October 20, 2023If you are currently using or planned to use Hethers in your projects, please consider insteadethers.js orweb3js in combination withhedera-json-rpc-relay before the deprecation date. For ED25519 focused scenarios thehedera-sdk-js may be utilized
A complete SDK targeting the Hedera Hashgraph Smart Contract Service (EVM) in JavaScript (and TypeScript).The library is a modified fork of theethers library.
Features:
- Keep your private keys in your client,safe and sound
- Import and exportJSON wallets
- Import and export BIP 39mnemonic phrases (12 word backup phrases) andHD Wallets (English as well as Czech, French, Italian, Japanese, Korean, Simplified Chinese, Spanish, Traditional Chinese)
- Meta-classes create JavaScript objects from any contract ABI, includingABIv2 andHuman-Readable ABI
- Connect to the Hedera Network over both Consensus and Mirror nodes.
- Modular packages; include only what you need.
- Extensivedocumentation
- Large collection oftest cases which are maintained and added to
- FullyTypeScript ready, with definition files and full TypeScript source
- MIT License (including ALL dependencies); completely open source to do with as you please
For the latest changes, see theCHANGELOG.
npm install --save @hashgraph/hethersBrowse thedocumentation online:
MIT License (includingall dependencies).
About
DEPRECATED Complete EVM library in JavaScript/TypeScript for Hedera Hashgraph Smart Contract Service
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- TypeScript76.0%
- JavaScript20.6%
- Python1.1%
- Java0.8%
- Objective-C0.6%
- Solidity0.3%
- Other0.6%