4.1.2 • Published 2 years ago

@etn-sc/web3-eth-accounts v4.1.2

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
2 years ago

web3.js - Web3 Eth Accounts

ES Version Node Version NPM Package Downloads

This is a sub-package of @etn-sc/electroneum-web3.js.

@etn-sc/web3-eth-accounts contains functionality for managing Electroneum Smart Chain accounts and signing.

Installation

You can install the package using NPM

Using NPM

npm install @etn-sc/web3-eth-accounts

Getting Started

Prerequisites

Package.json Scripts

ScriptDescription
cleanUses rimraf to remove dist/
buildUses tsc to build package and dependent packages
lintUses eslint to lint package
lint:fixUses eslint to check and fix any warnings
formatUses prettier to format the code
testUses jest to run unit tests
test:integrationUses jest to run tests under /test/integration
test:unitUses jest to run tests under /test/unit