|
446 | 446 | "sidebar.apiSidebar.category.π Testnet API Endpoints.link.generated-index.description": { |
447 | 447 | "message": "Explore the various Staking API Endpoints for Core Testnet2", |
448 | 448 | "description": "The generated-index page description for category π Testnet API Endpoints in sidebar apiSidebar" |
| 449 | + }, |
| 450 | + "sidebar.tutorialSidebar.category.api-documents": { |
| 451 | + "message": "api-documents", |
| 452 | + "description": "The label for category api-documents in sidebar tutorialSidebar" |
| 453 | + }, |
| 454 | + "sidebar.tutorialSidebar.category.tutorials": { |
| 455 | + "message": "tutorials", |
| 456 | + "description": "The label for category tutorials in sidebar tutorialSidebar" |
| 457 | + }, |
| 458 | + "sidebar.devGuideSidebar.category.RPC Endpoints.link.generated-index.title": { |
| 459 | + "message": "Core RPC Endpoints", |
| 460 | + "description": "The generated-index page title for category RPC Endpoints in sidebar devGuideSidebar" |
| 461 | + }, |
| 462 | + "sidebar.devGuideSidebar.category.RPC Endpoints.link.generated-index.description": { |
| 463 | + "message": "Core RPC Endpoints: Key Tools for Blockchain Development and Interaction", |
| 464 | + "description": "The generated-index page description for category RPC Endpoints in sidebar devGuideSidebar" |
| 465 | + }, |
| 466 | + "sidebar.devGuideSidebar.category.Dev Tools": { |
| 467 | + "message": "Dev Tools", |
| 468 | + "description": "The label for category Dev Tools in sidebar devGuideSidebar" |
| 469 | + }, |
| 470 | + "sidebar.devGuideSidebar.category.Deploying Tokens on Core": { |
| 471 | + "message": "Deploying Tokens on Core", |
| 472 | + "description": "The label for category Deploying Tokens on Core in sidebar devGuideSidebar" |
| 473 | + }, |
| 474 | + "sidebar.devGuideSidebar.link.Configure Custom Tokens": { |
| 475 | + "message": "Configure Custom Tokens", |
| 476 | + "description": "The label for link Configure Custom Tokens in sidebar devGuideSidebar, linking to https://support.metamask.io/manage-crypto/tokens/how-to-display-tokens-in-metamask/" |
| 477 | + }, |
| 478 | + "sidebar.devGuideSidebar.link.Import Accounts": { |
| 479 | + "message": "Import Accounts", |
| 480 | + "description": "The label for link Import Accounts in sidebar devGuideSidebar, linking to https://support.metamask.io/start/how-to-import-an-account/" |
| 481 | + }, |
| 482 | + "sidebar.devGuideSidebar.link.Build dapp on Core": { |
| 483 | + "message": "Build dapp on Core", |
| 484 | + "description": "The label for link Build dapp on Core in sidebar devGuideSidebar, linking to https://github.com/coredao-org/dapp-tutorial" |
| 485 | + }, |
| 486 | + "sidebar.devGuideSidebar.link.Switchboard VRF": { |
| 487 | + "message": "Switchboard VRF", |
| 488 | + "description": "The label for link Switchboard VRF in sidebar devGuideSidebar, linking to https://docs.switchboard.xyz/product-documentation/randomness/tutorials/evm" |
| 489 | + }, |
| 490 | + "sidebar.apiSidebar.category.API Endpoints": { |
| 491 | + "message": "API Endpoints", |
| 492 | + "description": "The label for category API Endpoints in sidebar apiSidebar" |
| 493 | + }, |
| 494 | + "sidebar.apiSidebar.category.API Endpoints.link.generated-index.title": { |
| 495 | + "message": "Core Scan API Documentation", |
| 496 | + "description": "The generated-index page title for category API Endpoints in sidebar apiSidebar" |
| 497 | + }, |
| 498 | + "sidebar.apiSidebar.category.API Endpoints.link.generated-index.description": { |
| 499 | + "message": "Explore the various Core Scan API Endpoints", |
| 500 | + "description": "The generated-index page description for category API Endpoints in sidebar apiSidebar" |
| 501 | + }, |
| 502 | + "sidebar.apiSidebar.category.Accounts": { |
| 503 | + "message": "Accounts", |
| 504 | + "description": "The label for category Accounts in sidebar apiSidebar" |
| 505 | + }, |
| 506 | + "sidebar.apiSidebar.category.Blocks": { |
| 507 | + "message": "Blocks", |
| 508 | + "description": "The label for category Blocks in sidebar apiSidebar" |
| 509 | + }, |
| 510 | + "sidebar.apiSidebar.category.Contracts": { |
| 511 | + "message": "Contracts", |
| 512 | + "description": "The label for category Contracts in sidebar apiSidebar" |
| 513 | + }, |
| 514 | + "sidebar.apiSidebar.category.Geth Proxy": { |
| 515 | + "message": "Geth Proxy", |
| 516 | + "description": "The label for category Geth Proxy in sidebar apiSidebar" |
| 517 | + }, |
| 518 | + "sidebar.apiSidebar.category.Stats": { |
| 519 | + "message": "Stats", |
| 520 | + "description": "The label for category Stats in sidebar apiSidebar" |
| 521 | + }, |
| 522 | + "sidebar.apiSidebar.doc.Get CORE balance by address": { |
| 523 | + "message": "Get CORE balance by address", |
| 524 | + "description": "The label for the doc item Get CORE balance by address in sidebar apiSidebar, linking to the doc api/testnet/get-balance-using-get" |
| 525 | + }, |
| 526 | + "sidebar.apiSidebar.doc.Get internal transactions by block range": { |
| 527 | + "message": "Get internal transactions by block range", |
| 528 | + "description": "The label for the doc item Get internal transactions by block range in sidebar apiSidebar, linking to the doc api/testnet/get-internal-tx-by-block-range-using-get" |
| 529 | + }, |
| 530 | + "sidebar.apiSidebar.doc.Get internal transactions by transaction hash": { |
| 531 | + "message": "Get internal transactions by transaction hash", |
| 532 | + "description": "The label for the doc item Get internal transactions by transaction hash in sidebar apiSidebar, linking to the doc api/testnet/get-internal-tx-by-tx-hash-using-get" |
| 533 | + }, |
| 534 | + "sidebar.apiSidebar.doc.Get list of blocks validated by address": { |
| 535 | + "message": "Get list of blocks validated by address", |
| 536 | + "description": "The label for the doc item Get list of blocks validated by address in sidebar apiSidebar, linking to the doc api/testnet/get-mined-blocks-by-address-using-get" |
| 537 | + }, |
| 538 | + "sidebar.apiSidebar.doc.Get list of ERC20 transfer events by address": { |
| 539 | + "message": "Get list of ERC20 transfer events by address", |
| 540 | + "description": "The label for the doc item Get list of ERC20 transfer events by address in sidebar apiSidebar, linking to the doc api/testnet/get-erc-20-transfers-by-address-using-get" |
| 541 | + }, |
| 542 | + "sidebar.apiSidebar.doc.Get list of ERC721 transfer events by address": { |
| 543 | + "message": "Get list of ERC721 transfer events by address", |
| 544 | + "description": "The label for the doc item Get list of ERC721 transfer events by address in sidebar apiSidebar, linking to the doc api/testnet/get-erc-721-transfers-by-address-using-get" |
| 545 | + }, |
| 546 | + "sidebar.apiSidebar.doc.Get list of transactions by address": { |
| 547 | + "message": "Get list of transactions by address", |
| 548 | + "description": "The label for the doc item Get list of transactions by address in sidebar apiSidebar, linking to the doc api/testnet/get-tx-list-by-address-using-get" |
| 549 | + }, |
| 550 | + "sidebar.apiSidebar.doc.Get block number by timestamp": { |
| 551 | + "message": "Get block number by timestamp", |
| 552 | + "description": "The label for the doc item Get block number by timestamp in sidebar apiSidebar, linking to the doc api/testnet/get-block-number-by-timestamp-using-get" |
| 553 | + }, |
| 554 | + "sidebar.apiSidebar.doc.Get block rewards by block number": { |
| 555 | + "message": "Get block rewards by block number", |
| 556 | + "description": "The label for the doc item Get block rewards by block number in sidebar apiSidebar, linking to the doc api/testnet/get-block-rewards-by-block-number-using-get" |
| 557 | + }, |
| 558 | + "sidebar.apiSidebar.doc.Get estimated block countdown time by block number": { |
| 559 | + "message": "Get estimated block countdown time by block number", |
| 560 | + "description": "The label for the doc item Get estimated block countdown time by block number in sidebar apiSidebar, linking to the doc api/testnet/get-estimated-block-countdown-time-using-get" |
| 561 | + }, |
| 562 | + "sidebar.apiSidebar.doc.Get ABI of verified contract": { |
| 563 | + "message": "Get ABI of verified contract", |
| 564 | + "description": "The label for the doc item Get ABI of verified contract in sidebar apiSidebar, linking to the doc api/testnet/get-contract-abi-using-get" |
| 565 | + }, |
| 566 | + "sidebar.apiSidebar.doc.Check proxy contract verification submission status using cURL": { |
| 567 | + "message": "Check proxy contract verification submission status using cURL", |
| 568 | + "description": "The label for the doc item Check proxy contract verification submission status using cURL in sidebar apiSidebar, linking to the doc api/testnet/check-proxy-contract-verification-status-using-get" |
| 569 | + }, |
| 570 | + "sidebar.apiSidebar.doc.Get source code of verified contract": { |
| 571 | + "message": "Get source code of verified contract", |
| 572 | + "description": "The label for the doc item Get source code of verified contract in sidebar apiSidebar, linking to the doc api/testnet/get-contract-source-code-using-get" |
| 573 | + }, |
| 574 | + "sidebar.apiSidebar.doc.Verify proxy contract": { |
| 575 | + "message": "Verify proxy contract", |
| 576 | + "description": "The label for the doc item Verify proxy contract in sidebar apiSidebar, linking to the doc api/testnet/verify-proxy-contract-using-post" |
| 577 | + }, |
| 578 | + "sidebar.apiSidebar.doc.Verify proxy contract using cURL": { |
| 579 | + "message": "Verify proxy contract using cURL", |
| 580 | + "description": "The label for the doc item Verify proxy contract using cURL in sidebar apiSidebar, linking to the doc api/testnet/verify-proxy-contract-curl-using-post" |
| 581 | + }, |
| 582 | + "sidebar.apiSidebar.doc.Verify source code": { |
| 583 | + "message": "Verify source code", |
| 584 | + "description": "The label for the doc item Verify source code in sidebar apiSidebar, linking to the doc api/testnet/verify-source-code-using-post" |
| 585 | + }, |
| 586 | + "sidebar.apiSidebar.doc.Get block number": { |
| 587 | + "message": "Get block number", |
| 588 | + "description": "The label for the doc item Get block number in sidebar apiSidebar, linking to the doc api/testnet/get-block-number-using-get" |
| 589 | + }, |
| 590 | + "sidebar.apiSidebar.doc.Get transaction receipt": { |
| 591 | + "message": "Get transaction receipt", |
| 592 | + "description": "The label for the doc item Get transaction receipt in sidebar apiSidebar, linking to the doc api/testnet/get-transaction-receipt-using-get" |
| 593 | + }, |
| 594 | + "sidebar.apiSidebar.doc.Estimate gas": { |
| 595 | + "message": "Estimate gas", |
| 596 | + "description": "The label for the doc item Estimate gas in sidebar apiSidebar, linking to the doc api/testnet/estimate-gas-using-get" |
| 597 | + }, |
| 598 | + "sidebar.apiSidebar.doc.Get gas price": { |
| 599 | + "message": "Get gas price", |
| 600 | + "description": "The label for the doc item Get gas price in sidebar apiSidebar, linking to the doc api/testnet/get-gas-price-using-get" |
| 601 | + }, |
| 602 | + "sidebar.apiSidebar.doc.Get block by number": { |
| 603 | + "message": "Get block by number", |
| 604 | + "description": "The label for the doc item Get block by number in sidebar apiSidebar, linking to the doc api/testnet/get-block-by-number-using-get" |
| 605 | + }, |
| 606 | + "sidebar.apiSidebar.doc.Get block transaction count by number": { |
| 607 | + "message": "Get block transaction count by number", |
| 608 | + "description": "The label for the doc item Get block transaction count by number in sidebar apiSidebar, linking to the doc api/testnet/get-block-transaction-count-by-number-using-get" |
| 609 | + }, |
| 610 | + "sidebar.apiSidebar.doc.Get code": { |
| 611 | + "message": "Get code", |
| 612 | + "description": "The label for the doc item Get code in sidebar apiSidebar, linking to the doc api/testnet/get-code-using-get" |
| 613 | + }, |
| 614 | + "sidebar.apiSidebar.doc.Get storage at": { |
| 615 | + "message": "Get storage at", |
| 616 | + "description": "The label for the doc item Get storage at in sidebar apiSidebar, linking to the doc api/testnet/get-storage-at-using-get" |
| 617 | + }, |
| 618 | + "sidebar.apiSidebar.doc.Get transaction by block number and index": { |
| 619 | + "message": "Get transaction by block number and index", |
| 620 | + "description": "The label for the doc item Get transaction by block number and index in sidebar apiSidebar, linking to the doc api/testnet/get-transaction-by-block-number-and-index-using-get" |
| 621 | + }, |
| 622 | + "sidebar.apiSidebar.doc.Get transaction by hash": { |
| 623 | + "message": "Get transaction by hash", |
| 624 | + "description": "The label for the doc item Get transaction by hash in sidebar apiSidebar, linking to the doc api/testnet/get-transaction-by-hash-using-get" |
| 625 | + }, |
| 626 | + "sidebar.apiSidebar.doc.Get transaction count": { |
| 627 | + "message": "Get transaction count", |
| 628 | + "description": "The label for the doc item Get transaction count in sidebar apiSidebar, linking to the doc api/testnet/get-transaction-count-using-get" |
| 629 | + }, |
| 630 | + "sidebar.apiSidebar.doc.Send raw transaction": { |
| 631 | + "message": "Send raw transaction", |
| 632 | + "description": "The label for the doc item Send raw transaction in sidebar apiSidebar, linking to the doc api/testnet/send-raw-transaction-using-get" |
| 633 | + }, |
| 634 | + "sidebar.apiSidebar.doc.Get last core price": { |
| 635 | + "message": "Get last core price", |
| 636 | + "description": "The label for the doc item Get last core price in sidebar apiSidebar, linking to the doc api/testnet/get-last-core-price-using-get" |
| 637 | + }, |
| 638 | + "sidebar.apiSidebar.doc.Get list of validators": { |
| 639 | + "message": "Get list of validators", |
| 640 | + "description": "The label for the doc item Get list of validators in sidebar apiSidebar, linking to the doc api/testnet/get-list-of-validators-using-get" |
| 641 | + }, |
| 642 | + "sidebar.apiSidebar.doc.Get total core supply": { |
| 643 | + "message": "Get total core supply", |
| 644 | + "description": "The label for the doc item Get total core supply in sidebar apiSidebar, linking to the doc api/testnet/get-total-core-supply-using-get" |
| 645 | + }, |
| 646 | + "sidebar.apiSidebar.doc.Get transaction receipt status": { |
| 647 | + "message": "Get transaction receipt status", |
| 648 | + "description": "The label for the doc item Get transaction receipt status in sidebar apiSidebar, linking to the doc api/testnet/get-transaction-receipt-status-using-get" |
| 649 | + }, |
| 650 | + "sidebar.apiSidebar.category.π Mainnet Endpoints": { |
| 651 | + "message": "π Mainnet Endpoints", |
| 652 | + "description": "The label for category π Mainnet Endpoints in sidebar apiSidebar" |
| 653 | + }, |
| 654 | + "sidebar.apiSidebar.category.π Mainnet Endpoints.link.generated-index.title": { |
| 655 | + "message": "Core Scan API Documentation", |
| 656 | + "description": "The generated-index page title for category π Mainnet Endpoints in sidebar apiSidebar" |
| 657 | + }, |
| 658 | + "sidebar.apiSidebar.category.π Mainnet Endpoints.link.generated-index.description": { |
| 659 | + "message": "Explore the various Core Scan API Endpoints", |
| 660 | + "description": "The generated-index page description for category π Mainnet Endpoints in sidebar apiSidebar" |
| 661 | + }, |
| 662 | + "sidebar.apiSidebar.category.π Testnet Endpoints": { |
| 663 | + "message": "π Testnet Endpoints", |
| 664 | + "description": "The label for category π Testnet Endpoints in sidebar apiSidebar" |
| 665 | + }, |
| 666 | + "sidebar.apiSidebar.category.π Testnet Endpoints.link.generated-index.title": { |
| 667 | + "message": "Core Scan API Documentation", |
| 668 | + "description": "The generated-index page title for category π Testnet Endpoints in sidebar apiSidebar" |
| 669 | + }, |
| 670 | + "sidebar.apiSidebar.category.π Testnet Endpoints.link.generated-index.description": { |
| 671 | + "message": "Explore the various Core Scan API Endpoints", |
| 672 | + "description": "The generated-index page description for category π Testnet Endpoints in sidebar apiSidebar" |
449 | 673 | } |
450 | 674 | } |
0 commit comments