Skip to content

urosh/random-blockchain-addresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published