Skip to content

faridfac/fake-user-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This npm package to generate fake user data along with wallet creation for various blockchain networks.

Installation

You can install this package via npm:

npm install fake-user-wallet

Usage

const { getUsersData } = require('fake-user-wallet');

(async () => {
  try {
    const userData = await getUsersData();
    console.log(userData);
  } catch (error) {
    console.error('Error:', error);
  }
})();

About

Generate fake user and wallet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors