random-blockchain-addresses

1.0.4 • Public • Published

Random blockchain address generator

The module is used to retrieve array of unique addresses from provided Ethereum network. The main purpose of the module is to help out the development of blockchain monitoring tools, or any other development that needs easy access to the real Ethereum addresses.

Installation:

npm install -D random-blockchain-addresses

Then include the module in your code

const blockchainAddressGenerator = require('random-blockchain-addresses');

const addresses = blockchainAddressGenerator.getAddresses([number of addresses], [ethereum provider]);

Currently supported Ethereum providers are: homestead, rinkeby, ropsten and konvan. When provider is not passed it defaults to ropsten.

Package Sidebar

Install

npm i random-blockchain-addresses

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

5.22 kB

Total Files

5

Last publish

Collaborators

  • uroshrs