Skip to content
Open
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
50 changes: 33 additions & 17 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,45 @@ on:
- main
workflow_dispatch:

env:
GITHUB_REPOSITORY: ${{ github.repository }}
permissions:
contents: read
pages: write
id-token: write

jobs:
deploy-gh-pages:
permissions:
pages: write
id-token: write
contents: write
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build:spec
- run: npm run build:docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
node-version: "22"
cache: npm

- name: Install dependencies
run: npm ci

- name: Build docs
run: npm run build:docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/docs/gatsby/public
commit_message: "Deploy to GitHub Pages"
path: build

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ data.json
schema.json
*.dic
.idea/
.docusaurus/
.DS_Store
81 changes: 81 additions & 0 deletions docs-api/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
# GENERATED DOCUMENTATION - DO NOT EDIT THIS FILE
title: "Ethereum JSON-RPC Specification"
description: "A specification of the standard interface for Ethereum clients."

---

# Ethereum JSON-RPC Specification

Version: `0.0.0`

A specification of the standard interface for Ethereum clients.


## Methods

- [`debug_getBadBlocks`](./methods/debug_getBadBlocks.mdx)
- [`debug_getRawBlock`](./methods/debug_getRawBlock.mdx)
- [`debug_getRawHeader`](./methods/debug_getRawHeader.mdx)
- [`debug_getRawReceipts`](./methods/debug_getRawReceipts.mdx)
- [`debug_getRawTransaction`](./methods/debug_getRawTransaction.mdx)
- [`engine_exchangeCapabilities`](./methods/engine_exchangeCapabilities.mdx)
- [`engine_exchangeTransitionConfigurationV1`](./methods/engine_exchangeTransitionConfigurationV1.mdx)
- [`engine_forkchoiceUpdatedV1`](./methods/engine_forkchoiceUpdatedV1.mdx)
- [`engine_forkchoiceUpdatedV2`](./methods/engine_forkchoiceUpdatedV2.mdx)
- [`engine_forkchoiceUpdatedV3`](./methods/engine_forkchoiceUpdatedV3.mdx)
- [`engine_getBlobsV1`](./methods/engine_getBlobsV1.mdx)
- [`engine_getBlobsV2`](./methods/engine_getBlobsV2.mdx)
- [`engine_getPayloadBodiesByHashV1`](./methods/engine_getPayloadBodiesByHashV1.mdx)
- [`engine_getPayloadBodiesByRangeV1`](./methods/engine_getPayloadBodiesByRangeV1.mdx)
- [`engine_getPayloadV1`](./methods/engine_getPayloadV1.mdx)
- [`engine_getPayloadV2`](./methods/engine_getPayloadV2.mdx)
- [`engine_getPayloadV3`](./methods/engine_getPayloadV3.mdx)
- [`engine_getPayloadV4`](./methods/engine_getPayloadV4.mdx)
- [`engine_getPayloadV5`](./methods/engine_getPayloadV5.mdx)
- [`engine_getPayloadV6`](./methods/engine_getPayloadV6.mdx)
- [`engine_newPayloadV1`](./methods/engine_newPayloadV1.mdx)
- [`engine_newPayloadV2`](./methods/engine_newPayloadV2.mdx)
- [`engine_newPayloadV3`](./methods/engine_newPayloadV3.mdx)
- [`engine_newPayloadV4`](./methods/engine_newPayloadV4.mdx)
- [`engine_newPayloadV5`](./methods/engine_newPayloadV5.mdx)
- [`eth_accounts`](./methods/eth_accounts.mdx)
- [`eth_blobBaseFee`](./methods/eth_blobBaseFee.mdx)
- [`eth_blockNumber`](./methods/eth_blockNumber.mdx)
- [`eth_call`](./methods/eth_call.mdx)
- [`eth_chainId`](./methods/eth_chainId.mdx)
- [`eth_coinbase`](./methods/eth_coinbase.mdx)
- [`eth_createAccessList`](./methods/eth_createAccessList.mdx)
- [`eth_estimateGas`](./methods/eth_estimateGas.mdx)
- [`eth_feeHistory`](./methods/eth_feeHistory.mdx)
- [`eth_gasPrice`](./methods/eth_gasPrice.mdx)
- [`eth_getBalance`](./methods/eth_getBalance.mdx)
- [`eth_getBlockByHash`](./methods/eth_getBlockByHash.mdx)
- [`eth_getBlockByNumber`](./methods/eth_getBlockByNumber.mdx)
- [`eth_getBlockReceipts`](./methods/eth_getBlockReceipts.mdx)
- [`eth_getBlockTransactionCountByHash`](./methods/eth_getBlockTransactionCountByHash.mdx)
- [`eth_getBlockTransactionCountByNumber`](./methods/eth_getBlockTransactionCountByNumber.mdx)
- [`eth_getCode`](./methods/eth_getCode.mdx)
- [`eth_getFilterChanges`](./methods/eth_getFilterChanges.mdx)
- [`eth_getFilterLogs`](./methods/eth_getFilterLogs.mdx)
- [`eth_getLogs`](./methods/eth_getLogs.mdx)
- [`eth_getProof`](./methods/eth_getProof.mdx)
- [`eth_getStorageAt`](./methods/eth_getStorageAt.mdx)
- [`eth_getTransactionByBlockHashAndIndex`](./methods/eth_getTransactionByBlockHashAndIndex.mdx)
- [`eth_getTransactionByBlockNumberAndIndex`](./methods/eth_getTransactionByBlockNumberAndIndex.mdx)
- [`eth_getTransactionByHash`](./methods/eth_getTransactionByHash.mdx)
- [`eth_getTransactionCount`](./methods/eth_getTransactionCount.mdx)
- [`eth_getTransactionReceipt`](./methods/eth_getTransactionReceipt.mdx)
- [`eth_getUncleCountByBlockHash`](./methods/eth_getUncleCountByBlockHash.mdx)
- [`eth_getUncleCountByBlockNumber`](./methods/eth_getUncleCountByBlockNumber.mdx)
- [`eth_maxPriorityFeePerGas`](./methods/eth_maxPriorityFeePerGas.mdx)
- [`eth_newBlockFilter`](./methods/eth_newBlockFilter.mdx)
- [`eth_newFilter`](./methods/eth_newFilter.mdx)
- [`eth_newPendingTransactionFilter`](./methods/eth_newPendingTransactionFilter.mdx)
- [`eth_sendRawTransaction`](./methods/eth_sendRawTransaction.mdx)
- [`eth_sendTransaction`](./methods/eth_sendTransaction.mdx)
- [`eth_sign`](./methods/eth_sign.mdx)
- [`eth_signTransaction`](./methods/eth_signTransaction.mdx)
- [`eth_simulateV1`](./methods/eth_simulateV1.mdx)
- [`eth_syncing`](./methods/eth_syncing.mdx)
- [`eth_uninstallFilter`](./methods/eth_uninstallFilter.mdx)
Loading
Loading