{"id":28676842,"url":"https://github.com/solana0x/aztec-network","last_synced_at":"2026-04-11T11:44:04.135Z","repository":{"id":291541136,"uuid":"977931628","full_name":"Solana0x/aztec-network","owner":"Solana0x","description":"Automated Script for Ubuntu / Windows / MacOs users to Run aztec-network node and  Get  🧑‍🎓 Apprentice Role","archived":false,"fork":false,"pushed_at":"2025-05-16T14:56:09.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T15:48:26.942Z","etag":null,"topics":["airdrop","aztec","aztec-code","aztec-network","aztec-node","aztec-protocol","crypto-node"],"latest_commit_sha":null,"homepage":"https://aztec.network/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Solana0x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-05T07:50:43.000Z","updated_at":"2025-05-16T14:56:12.000Z","dependencies_parsed_at":"2025-05-05T09:29:02.467Z","dependency_job_id":"6bce4603-763b-4124-b280-ff77ad75e2e2","html_url":"https://github.com/Solana0x/aztec-network","commit_stats":null,"previous_names":["solana0x/aztec-network"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Solana0x/aztec-network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solana0x%2Faztec-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solana0x%2Faztec-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solana0x%2Faztec-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solana0x%2Faztec-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Solana0x","download_url":"https://codeload.github.com/Solana0x/aztec-network/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solana0x%2Faztec-network/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737222,"owners_count":22903830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","aztec","aztec-code","aztec-network","aztec-node","aztec-protocol","crypto-node"],"created_at":"2025-06-13T23:30:30.247Z","updated_at":"2026-04-11T11:44:04.104Z","avatar_url":"https://github.com/Solana0x.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aztec-network\nAutomated Script for Ubuntu / Windows / MacOs users to Run aztec-network node and  Get  🧑‍🎓 Apprentice Role\n\nAztec is building a decentralized, privacy-focused network and the sequencer node is a key part of it. Running a sequencer helps produce and propose blocks using regular consumer hardware. This guide will walk you through setting one up on the testnet.\n\nNote : There’s no official confirmation of any rewards, airdrop, or incentives. This is purely for learning, contribution and being early in a cutting-edge privacy project.\n\n## 💻 System Requirements\n\n| Component      | Specification               |\n|----------------|-----------------------------|\n| CPU            | 4-core Processor            |\n| RAM            | 8 GiB                       |\n| Storage        | 54 GB SSD                   |\n| Internet Speed | 25 Mbps Upload / Download   |\n\n## Requirements\n\n- Ethereum Sepolia RPC - [INFURA RPC](https://developer.metamask.io/) , [QuickNode](https://dashboard.quicknode.com/)\n- Ethereum Beacon Sepolia RPC - [chainstack](https://console.chainstack.com/nodes)\n- Docker , nodejs , homebrew etc\n\n## STEPS\n\n- Install the required code as per your system either via `git clone https://github.com/Solana0x/aztec-network.git`\n- or if you have curl installed then via `curl -fsSL https://raw.githubusercontent.com/Solana0x/aztec-network/main/linux.sh | bash`\n- For Linux/ windows and `curl -fsSL https://raw.githubusercontent.com/Solana0x/aztec-network/main/macos.sh | bash` for the macos users ...\n- Once installation is done then execute the script via `bash macos.sh` or `bash linux.sh` as per your system.\n- Once Script starts running fill the `Sepolia RPC` and `Beacon Sepolia RPC` , evm `Pvt key` , `public key` and fund your wallet with some Sepolia testnet ETH.\n- Once Script is running in other screen you just need to run this command after 10-20 Mins to get your Latest Block and proof to get the role !!\n\n# Command - \n\n```\nBLOCK=$(curl -s -X POST -H 'Content-Type: application/json' \\\n  -d '{\"jsonrpc\":\"2.0\",\"method\":\"node_getL2Tips\",\"params\":[],\"id\":67}' \\\n  http://localhost:8080 | jq -r \".result.proven.number\")\n\nif [[ -z \"$BLOCK\" || \"$BLOCK\" == \"null\" ]]; then\n  echo \"❌ Failed to get block number\"\nelse\n  echo \"✅ Block Number: $BLOCK\"\n  echo \"🔗 Sync Proof:\"\n  curl -s -X POST -H 'Content-Type: application/json' \\\n    -d \"{\\\"jsonrpc\\\":\\\"2.0\\\",\\\"method\\\":\\\"node_getArchiveSiblingPath\\\",\\\"params\\\":[\\\"$BLOCK\\\",\\\"$BLOCK\\\"],\\\"id\\\":67}\" \\\n    http://localhost:8080 | jq -r \".result\"\nfi \n```\nNow copy and paste the following in Discord [Operators | Start Here] :\n\n`/operator start your-address: block-number: proof: `\n\n**Just replace:**\n`your-address` → your operator Ethereum address\n\n`block-number` → the block number shown as ✅ Block Number\n\n`proof:` → the sync proof array shown after 🔗 Sync Proof:\n\n# Discord Link - [https://discord.gg/aztec](https://discord.gg/aztec)\n\n\u003cimg width=\"314\" alt=\"image\" src=\"https://github.com/user-attachments/assets/1e4bde0c-0ac1-455b-aed4-23c0f1f66bce\" /\u003e\n\n## FOR ANY KIND OF HELP CONTACT : ` 0xphatom ` on Discord  https://discord.com/users/979641024215416842\n\n# Socials \n\n# Telegram - [https://t.me/phantomoalpha](https://t.me/phantomoalpha)\n# Discord - [https://discord.gg/pGJSPtp9zz](https://discord.gg/pGJSPtp9zz)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana0x%2Faztec-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolana0x%2Faztec-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana0x%2Faztec-network/lists"}