Provide a contract identifier and source archive. Verification runs asynchronously.
Tarballs work as-is. Choose folder lets you pick a contract project directly (e.g. examples/demo-contract) — the project root, Cargo.toml, and lockfile are packed for you, while target/ and .git/ are excluded. After verification the exact source is downloadable and browsable below.
examples/demo-contract
Cargo.toml
target/
.git/
Snapshot is pinned at submit time; the live repo is never read during rebuild.
Downloaded bytes must match the hash before the build starts. The fetched source is then stored, so it stays downloadable and browsable even if the URL or IPFS pin disappears.
Hash-only re-verifies source that was already uploaded (its bytes live in the content store). If the hash is unknown the request is rejected with a clear message — there is nothing to fetch from a bare hash. When found, the original source is fully downloadable and browsable in the result.
Local instance · newest first