DynoChain
  • Dyno
    • Dyno
    • Wallet Support
      • DYNO Wallet
    • Tutorial's
    • FAQ
      • Token
      • Contributing
  • DYNODAO
    • DYNO Wallet
  • DYNO Concept's
    • Consensus
    • The File
  • DYNO Ecosystem
    • Validator
    • Staking
    • Future Development
  • Development on DYNO
    • Key Management
      • Smart Contracts
        • Smart Contract Verification
        • Solidity
      • Remix
        • Website
      • Web3JS
        • Website
      • Truffle
        • Docs
    • Block-Chain Details
      • RPC
    • DND20 Token
      • Issue Token's
    • Wallet Support
    • Deployment
      • Remix
      • Truffle
      • HardHat
  • Links
    • Website (dynochain.io)
    • DynoDAO (dynodao.io)
    • $DynoScan ( Explorer )
    • $DND TestnetScan
    • $DND Faucet
    • Smart Contract Verification
    • Swap
    • GitHub
    • DYNO Wallet
  • Social Network's
    • Telegram
    • Twitter
    • Chain News
    • Discord
    • Reddit
    • Medium
    • Facebook (META)
    • Instagram
Powered by GitBook
On this page
  • Available Resources
  • Start
  • JSON-RPC methods
  1. Development on DYNO
  2. Block-Chain Details

RPC

JSON-RPC Endpoint

Available Resources

Mainnet (Chain ID 0x38, 56 in decimal)

NCRPC Endpoints:

You can make eth_getLogs requests with up to a 5K block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.

Recommend

  • https://nc-dataseed.dynoscan.io/

NCWebsocket Endpoints:

Note: provided by community with no quality promised, building your node should be always the long term goal

  • wss://nc-ws-node.dynoscan.io:443

Rate limit

The rate limit of DND endpoint on Testnet and Mainnet is 10K/5min.

Start

You can start the HTTP JSON-RPC with the --rpc flag

## mainnet
geth attach https://mainnet-rpc.dynoscan.io

## testnet
geth attach https://testnet-rpc.dynoscan.io/

JSON-RPC methods

PreviousBlock-Chain DetailsNextDND20 Token

Last updated 2 years ago

Please refer to this or use Postman:

wiki page
https://documenter.getpostman.com/view/4117254/ethereum-json-rpc/RVu7CT5J?version=latest