Skip to content

Instantly share code, notes, and snippets.

View copostic's full-sized avatar

CorentinP copostic

View GitHub Profile
@copostic
copostic / package.json
Last active February 3, 2025 09:53
Web3 Wallet generator
{
"name": "wallet-generator",
"version": "1.0.0",
"description": "Package to generate n ETH wallets",
"main": "wallet_generator.js",
"type": "module",
"scripts": {
"dev": "node wallet_generator.js"
},
"license": "ISC",