Introducing EXPchain The Future of Intelligence • Inventor of zkBridge and Expander • EXPchain: The everything chain for AI
- Website: https://www.polyhedra.network/
- Twitter: @PolyhedraZK
- using Proxy to get Faucet so no need to wait 10 minutes each claim
- put proxy in
proxies.txt1 line 1 proxy
- Auto Getting Faucets
- Auto Deploy Contract
- Auto Interact with Contract
- Auto Generate New Wallets
- All Wallets informations saved to wallets.json
- Node.js: Ensure you have Node.js installed.
- npm: Ensure you have npm installed.
- Api key To solve captcha: you need captcha apikey to get faucet
- Anti-captcha https://anti-captcha.com/clients/settings/apisetup
- 2Captcha https://2captcha.com/enterpage
- Clone this repository:
git clone https://github.com/mbrx10/expchain.git cd expchain - Install dependencies:
npm install
- Setup: to creating new wallets
npm run setup
- Faucet: to getting faucet
npm run faucet
- Deploy: to deploy contract
npm run deploy
- Interact: to interact with contract
npm run start
expchain/
├── bot/ # Bot scripts
│ ├── deploy.js # Contract deployment script
│ ├── deployToken.js # Token deployment script
│ ├── faucet.js # Faucet claiming script
│ ├── setup.js # Setup and wallet generation
│ └── tokenInteraction.js # Token interaction script
├── utils/ # Utility functions
├── tokens/ # Generated token files (auto-created)
├── Token.example.json # Token configuration template
├── wallets.example.json # Wallet configuration template
└── proxies.example.txt # Proxy list template
- Clone this repository
git clone https://github.com/mbrx10/expchain.git
cd expchain- Install dependencies
npm install- Create required files from templates:
# Windows
copy Token.example.json Token.json
copy wallets.example.json wallets.json
copy proxies.example.txt proxies.txt
# Linux/Mac
cp Token.example.json Token.json
cp wallets.example.json wallets.json
cp proxies.example.txt proxies.txt- The
tokens/directory will be created automatically when deploying contracts
Stores wallet information. Will be automatically generated when running setup.js.
node setup.jsContains token configuration. Copy from Token.example.json and modify if needed.
List of proxies for faucet claiming. Copy from proxies.example.txt and add your proxies.
Format:http://username:password@proxy1.example.com:8080
This project is licensed under the MIT License.
