
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
@thirdweb-dev/api
Advanced tools
This package is a thin OpenAPI wrapper for the thirdweb API
import { configure } from "@thirdweb-dev/api";
// call this once at the startup of your application
configure({
secretKey: "<PROJECT_SECRET_KEY>",
});
import { writeContract } from "@thirdweb-dev/api";
const result = await writeContract({
headers: {
"x-secret-key": "<PROJECT-SECRET-KEY>",
},
body: {
from: "0x1234567891234567891234567891234567891234",
chainId: "1",
calls: [
{
contractAddress: "0x1234567890123456789012345678901234567890",
method: "function transfer(address to, uint256 amount)",
params: [
"0x1234567890123456789012345678901234567890",
"1000000000000000000",
],
},
],
},
});
This package was autogenerated from the thirdweb openAPI spec using @hey-api/openapi-ts
FAQs
This package is a thin OpenAPI wrapper for the thirdweb API
The npm package @thirdweb-dev/api receives a total of 67 weekly downloads. As such, @thirdweb-dev/api popularity was classified as not popular.
We found that @thirdweb-dev/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.