Rupto - Documentation
  • Introduction
  • The Concept
    • Tokenization
    • Token Classification
  • Rupto Project
  • RPT Token
  • Rupto Blockchain
    • EVM Compatibility
    • Gas
    • Sharding
  • Rupto Values
  • Utility
  • Ecosystem
  • Developer Resources
  • RuptoChain Network
    • RuptoChain Mainnet
    • RuptoChain Testnet
    • CLI Command
  • Deploying on RuptoChain
    • Using Remix
    • Using Truffle
    • Using Hardhat
    • Using Raplit
    • Using Alchemy
  • API
    • accounts
    • blockNumber
    • call
    • chainId
    • estimateGas
    • gasPrice
    • getBalance
    • getBlockByHash
    • getBlockByNumber
    • getBlockTransactionCountByHash
    • getBlockTransactionCountByNumber
    • getCode
    • getLogs
    • getStorageAt
    • getTransactionByBlockHashAndIndex
    • getTransactionByBlockNumberAndIndex
    • getTransactionByHash
    • getTransactionCount
    • getTransactionReceipt
    • getUncleByBlockHashAndIndex
    • getUncleByBlockNumberAndIndex
    • getUncleCountByBlockHash
    • getUncleCountByBlockNumber
    • getWork
    • hashrate
    • mining
    • protocolVersion
    • sendRawTransaction
    • submitWork
    • syncing
    • net_listening
    • net_peerCount
    • net_version
    • web3_clientVersion
    • parity_nextNonce
    • Filter methods
    • newFilter
    • newBlockFilter
    • getFilterChanges
    • uninstallFilter
  • Conclusion
Powered by GitBook
On this page
  • Specification
  • Useful Links
  1. RuptoChain Network

RuptoChain Testnet

The Testnet network is meant to be a public demo of products and a way for to test new features.

PreviousRuptoChain MainnetNextCLI Command

Last updated 2 years ago

Specification

  • Chain id: 990 or 0x3de

  • RPC endpoint:

  • Websocket endpoint:

  • HD derivation path: m/44'/889'/0'/0/

  • Consensus: Rupto

  • Block finality: >75%

  • Consensus nodes: 2

  • Genesis block date: December 12th, 2022

  • Transaction fee: gas price 2 Gwei

  • Solidity Compiler version: < 0.6.6

Useful Links

(Block explorer)

https://rbc-testrpc.com
ws://rbc-testrpc.com
RuptoScan