Skip to content

Instantly share code, notes, and snippets.

View nizhunt's full-sized avatar
🏠
Working from home

Nishant Singh nizhunt

🏠
Working from home
View GitHub Profile
@nizhunt
nizhunt / generateSignature.js
Created January 20, 2024 19:00
Calyptus Solidity Challenge #271 🕵️‍♂️
const { ethers } = require("ethers");
// Replace with your private key
const privateKey = "YOUR_PRIVATE_KEY"; // NEVER commit your private key!
const yourAnswer = 144;
const yourTwitterHandle = "Abc"; //case-sensitive
// Connect to the wallet
const wallet = new ethers.Wallet(privateKey);
@nizhunt
nizhunt / IncognitoInsight.abi.json
Created December 6, 2023 22:36
Incognito Insight EthIndia
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "NotVerified",
"type": "error"