
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@chainsafe/web3-plugin-starknet
Advanced tools
Web3.js plugin for Starknet developers.
This plugin exposes the following RPC methods (type definitions can be found in src/types.ts):
starknet_callpublic async call(
transaction: CallRequest,
blockNumber: BlockNumberOrTag
): Promise<HexString[]>
starknet_estimateFeepublic async estimateFee(
request: EstimateFeeRequest["request"],
blockNumber: BlockNumberOrTag,
simulationFlags?: EstimateFeeRequest["simulation_flags"]
): Promise<EstimateFeeResponse[]>
starknet_estimateMessageFeepublic async estimateMessageFee(
message: MsgFromL1,
blockNumber: BlockNumberOrTag
): Promise<EstimateFeeResponse>
starknet_getNoncepublic async getNonce(
address: HexString,
blockNumber: BlockNumberOrTag
): Promise<HexString>
starknet_getTransactionByBlockIdAndIndexpublic async getTransactionByBlockIdAndIndex(
index: number,
blockNumber: BlockNumberOrTag
): Promise<TransactionWithHash>
starknet_getTransactionByHashpublic async getTransactionByHash(
transactionHash: HexString
): Promise<TransactionWithHash>
starknet_getTransactionReceiptpublic async getTransactionReceipt(
transactionHash: HexString
): Promise<TransactionReceipt>
starknet_getBlockTransactionCountpublic async getBlockTransactionCount(
blockNumber: BlockNumberOrTag
): Promise<number>
getPendingTransactionspublic async getPendingTransactions(): Promise<TransactionWithHash[]>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
Starknet plugin to extend web3.js with additional methods
The npm package @chainsafe/web3-plugin-starknet receives a total of 3 weekly downloads. As such, @chainsafe/web3-plugin-starknet popularity was classified as not popular.
We found that @chainsafe/web3-plugin-starknet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.