Create REST API endpoints for deploying smart contracts - `POST /api/contracts/deploy` - Deploy new contract - `GET /api/contracts/{id}/status` - Check deployment status - Include gas estimation and transaction tracking **Tech Stack:** Node.js, Express, Web3.js **Acceptance Criteria:** - [ ] Deploy contracts with constructor parameters - [ ] Return deployment transaction hash - [ ] Store deployment data in database
Create REST API endpoints for deploying smart contracts
POST /api/contracts/deploy- Deploy new contractGET /api/contracts/{id}/status- Check deployment statusTech Stack: Node.js, Express, Web3.js
Acceptance Criteria: