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 / rustchal.md
Created May 20, 2025 07:17
rust challenges

Rust Challenges

Challenge 1: Ownership Woes

Question: Sarah is building a chat application and needs to pass messages between functions. She's confused why her code won't compile. What's wrong with Sarah's approach?

fn main() {
 let message = String::from("Hello, world!");
@nizhunt
nizhunt / n8nBot.json
Created May 7, 2025 16:57
AI and the Future of Hiring - N8n Email Bot
{
"name": "AI x Hr",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
@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"