Skip to content

Instantly share code, notes, and snippets.

View ayushch80's full-sized avatar
🦍
bhy are u seaing dis

Ayush Choudhary ayushch80

🦍
bhy are u seaing dis
View GitHub Profile
@ayushch80
ayushch80 / artifacts...Spray.json
Created June 15, 2022 07:46
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=builtin&optimize=true&runs=200&gist=
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
const { ethers } = require("ethers");
const wallet = ethers.Wallet.createRandom();
console.log("Address: " + wallet.address)
console.log("Private Key: " + wallet.privateKey)
console.log("Mnemonic Phrase: " + wallet.mnemonic.phrase)