Builder API provides a streamlined interface for managing and querying information about on-chain contracts, project builds, and task statuses. Here's how you can interact with the /onchain/:chain/:contract/build/:project, and /task/:task_id endpoints, including examples and expected responses.

Base URL

<https://solc-builder.infra.fuzz.land>

API Endpoints

1. Build On-Chain Contract

Endpoint

GET /onchain/:chain/:contract

Description

Initiates a build process for an on-chain contract and returns a task ID for tracking the build status. This endpoint is used to fetch and compile contract data from the specified blockchain network.

Parameters

Query Parameters

Response

Example Request