@solidstate/hardhat-accounts
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Hardhat Accounts

Output list of available accounts and balances.

Installation

npm install --save-dev @solidstate/hardhat-accounts
# or
yarn add --dev @solidstate/hardhat-accounts

Usage

Load plugin in Hardhat config:

require('@solidstate/hardhat-accounts');

Run the included Hardhat task to output available accounts:

npx hardhat accounts
# or
yarn run hardhat accounts

Development

Install dependencies via Yarn:

yarn install

Setup Husky to format code on commit:

yarn prepare

Package Sidebar

Install

npm i @solidstate/hardhat-accounts

Weekly Downloads

441

Version

1.1.3

License

MIT

Unpacked Size

17.2 kB

Total Files

26

Last publish

Collaborators

  • itsnickbarry