Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pages/nodecore-quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { Meta } from "../components/Meta";
import { NodeCoreQuickstart } from "../components/nodecore/quickstart/NodeCoreQuickstart";

<Meta />
<Meta
title="Quickstart: Deploy NodeCore RPC in Minutes | dRPC Docs"
description="Step-by-step guide to installing and configuring NodeCore. Learn how to set up your open-source RPC infrastructure, connect providers, and start routing traffic with Docker or binaries."
/>

## NodeCore Quickstart

<NodeCoreQuickstart />

53 changes: 53 additions & 0 deletions pages/pricing/compute-units.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,56 @@ If you call a method that is not a part of this table, the default cost is 20 CU
| status | 20 |
| tx | 20 |
| tx_search | 20 |

## Aztec

| Method | Cost |
|------------------------------------------|------|
| node_getPrivateLogs | 20 |
| node_getProtocolContractAddresses | 20 |
| node_getChainId | 20 |
| node_getL2Tips | 20 |
| node_getBlockHeader | 20 |
| node_getContract | 20 |
| node_getL1ContractAddresses | 20 |
| node_registerContractFunctionSignatures | 20 |
| node_getProvenBlockNumber | 20 |
| node_simulatePublicCalls | 20 |
| node_getLowNullifierMembershipWitness | 20 |
| node_getAllowedPublicSetup | 20 |
| node_getEncodedEnr | 20 |
| node_getTxReceipt | 20 |
| node_getArchiveSiblingPath | 20 |
| node_getPublicDataWitness | 20 |
| node_getNoteHashSiblingPath | 20 |
| node_getPendingTxCount | 20 |
| node_getL2ToL1Messages | 20 |
| node_getPublicDataSiblingPath | 20 |
| node_getNullifierSiblingPath | 20 |
| node_getNodeInfo | 20 |
| node_getContractClassLogs | 20 |
| node_getBlocks | 20 |
| node_getNoteHashMembershipWitness | 20 |
| node_getValidatorsStats | 20 |
| node_sendTx | 20 |
| node_getPublicStorageAt | 20 |
| node_isReady | 20 |
| node_isValidTx | 20 |
| node_getContractClass | 20 |
| node_findLeavesIndexes | 20 |
| node_getNodeVersion | 20 |
| node_getBlock | 20 |
| node_getPendingTxs | 20 |
| node_getTxEffect | 20 |
| node_getLogsByTags | 20 |
| node_getVersion | 20 |
| node_getPublicLogs | 20 |
| node_getWorldStateSyncStatus | 20 |
| node_isL1ToL2MessageSynced | 20 |
| node_getCurrentBaseFees | 20 |
| node_getNullifierMembershipWitness | 20 |
| node_getValidatorStats | 20 |
| node_getL1ToL2MessageBlock | 20 |
| node_getArchiveMembershipWitness | 20 |
| node_getBlockNumber | 20 |
| node_getBlock | 20 |
Loading