resolveArweaveScheme

Resolves the scheme of a given Arweave URI and returns the corresponding URL.

Example

import { resolveArweaveScheme } from "thirdweb/storage";
const url = resolveArweaveScheme({ uri: "ar://<fileId>" });

Parameters

Returns

The resolved URL