-
Notifications
You must be signed in to change notification settings - Fork 12
docs(specs): update OpenRPC specifications from Daikon [Bot] #1087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| title: Frax API Overview | ||
| description: Overview of available Frax API methods | ||
| subtitle: Comprehensive list of Frax JSON-RPC methods | ||
| slug: docs/frax/frax-api-overview | ||
| --- | ||
|
|
||
| ## Frax APIs | ||
|
|
||
| 📙 Get started with our [Frax API Quickstart Guide](/docs/frax). | ||
|
|
||
| | | | | ||
| | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | ||
| | [`eth_blockNumber`](/docs/chains/frax/frax-api-endpoints/eth-block-number) | [`eth_call`](/docs/chains/frax/frax-api-endpoints/eth-call) | | ||
| | [`eth_chainId`](/docs/chains/frax/frax-api-endpoints/eth-chain-id) | [`eth_estimateGas`](/docs/chains/frax/frax-api-endpoints/eth-estimate-gas) | | ||
| | [`eth_gasPrice`](/docs/chains/frax/frax-api-endpoints/eth-gas-price) | [`eth_getAccount`](/docs/chains/frax/frax-api-endpoints/eth-get-account) | | ||
| | [`eth_getBalance`](/docs/chains/frax/frax-api-endpoints/eth-get-balance) | [`eth_getBlockByHash`](/docs/chains/frax/frax-api-endpoints/eth-get-block-by-hash) | | ||
| | [`eth_getBlockByNumber`](/docs/chains/frax/frax-api-endpoints/eth-get-block-by-number) | [`eth_getBlockTransactionCountByHash`](/docs/chains/frax/frax-api-endpoints/eth-get-block-transaction-count-by-hash) | | ||
| | [`eth_getBlockTransactionCountByNumber`](/docs/chains/frax/frax-api-endpoints/eth-get-block-transaction-count-by-number) | [`eth_getCode`](/docs/chains/frax/frax-api-endpoints/eth-get-code) | | ||
| | [`eth_getFilterChanges`](/docs/chains/frax/frax-api-endpoints/eth-get-filter-changes) | [`eth_getFilterLogs`](/docs/chains/frax/frax-api-endpoints/eth-get-filter-logs) | | ||
| | [`eth_getLogs`](/docs/chains/frax/frax-api-endpoints/eth-get-logs) | [`eth_getRawTransactionByHash`](/docs/chains/frax/frax-api-endpoints/eth-get-raw-transaction-by-hash) | | ||
| | [`eth_getStorageAt`](/docs/chains/frax/frax-api-endpoints/eth-get-storage-at) | [`eth_getTransactionByBlockHashAndIndex`](/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-block-hash-and-index) | | ||
| | [`eth_getTransactionByBlockNumberAndIndex`](/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-block-number-and-index) | [`eth_getTransactionByHash`](/docs/chains/frax/frax-api-endpoints/eth-get-transaction-by-hash) | | ||
| | [`eth_getTransactionCount`](/docs/chains/frax/frax-api-endpoints/eth-get-transaction-count) | [`eth_getTransactionReceipt`](/docs/chains/frax/frax-api-endpoints/eth-get-transaction-receipt) | | ||
| | [`eth_newBlockFilter`](/docs/chains/frax/frax-api-endpoints/eth-new-block-filter) | [`eth_newFilter`](/docs/chains/frax/frax-api-endpoints/eth-new-filter) | | ||
| | [`eth_sendRawTransaction`](/docs/chains/frax/frax-api-endpoints/eth-send-raw-transaction) | [`eth_submitWork`](/docs/chains/frax/frax-api-endpoints/eth-submit-work) | | ||
| | [`eth_subscribe`](/docs/chains/frax/frax-api-endpoints/eth-subscribe) | [`eth_uninstallFilter`](/docs/chains/frax/frax-api-endpoints/eth-uninstall-filter) | | ||
| | [`eth_unsubscribe`](/docs/chains/frax/frax-api-endpoints/eth-unsubscribe) | [`net_version`](/docs/chains/frax/frax-api-endpoints/net-version) | | ||
| | [`web3_clientVersion`](/docs/chains/frax/frax-api-endpoints/web-3-client-version) | [`web3_sha3`](/docs/chains/frax/frax-api-endpoints/web-3-sha-3) | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new overview page links users to
/docs/frax, but this repo does not define a page or redirect for that URL; the actual quickstart page is slugged asreference/frax-api-quickstart(seecontent/api-reference/frax/frax-api-quickstart.mdx), and the Frax section incontent/docs.ymlhas no overviewpaththat would create a/docs/fraxlanding page. If this generated page is published, the “Quickstart Guide” CTA will send readers to a dead link instead of the Frax quickstart.Useful? React with 👍 / 👎.