1. AI Smart Contract Auditor for Conflux eSpace — $1,700
- Build a web frontend + backend to audit verified contracts on eSpace using LLMs.
- Fetch contract source code via ConfluxScan API.
- Highlight potential SWC/CWE vulnerabilities in output JSON + markdown reports.
- Add “audit on demand” functionality for verified contracts via address input.
2. ERC20 + Vesting Contract Factory — $1,000
- Build a Factory smart contract that allows users to deploy a new ERC20 token and configure vesting conditions in a single transaction.
- Vesting logic should support both cliff and linear vesting schedules.
- Include metadata input for token name, symbol, total supply, and initial allocations.
- Add a simple frontend UI to collect deployment inputs and trigger the contract.
- Bonus: allow batch deployment via script for launchpad-style projects.
- Deliver with README, tests, and deployment instructions.
3. Pyth Price Feed Demo DApp (eSpace) — $1,000
- Create a minimal DApp on eSpace that pulls live Pyth oracle price data.
- Should allow users to initialize a manual price update on Pyth.
- Include unit tests with mocked feeds.
- Add a simple smart contract example that uses Pyth data as an oracle.
- Document the setup and deployment in a step-by-step guide.
4. Conflux MCP Server (eSpace Read-Only Wrapper) — $1,800
- Create a lightweight Express/Koa server that wraps ConfluxScan APIs and simplifies access to contract/token/account data.