web3-wallet-address
v1.0.7
Published
A simple tool to mass create web3 addresses
Downloads
18
Maintainers
Readme
web3-wallet-address
This npm package, web3-wallet-address
, is designed create web3 wallet address and save to your local file.
Installation
To install web3-wallet-address
as a package, simply use pip:
npm install web3-wallet-address
This command installs web3-wallet-address
along with all required dependencies. Ensure you have Nodejs installed on your system (version 20 or later is recommended).
Usage
As a NPM Package
After installing web3-wallet-address
via npm, you can use it in your project as follows:
const createWallet = require('web3-wallet-address');
As a script
Fetch the repository, install dependency and execute the script
git clone https://github.com/AnyNodes/web3-wallet-address.git
cd web3-wallet-address
npm i
node src/createWallet.js
# or create Solana address
node src/createSolWallet.js
Output
It generate a JSON file named walletInfo.json
in root dir.
Todo
Create Cosmos Address
Community Contribution
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Note
This package/script is intended for educational and demonstration purposes. It showcases how to interact with web APIs, process data in nodejs, and write output to a JSON file. Ensure you have the necessary permissions to use the API and data.