Network Explorers and Tools
Network Explorers and ToolsThe Real blockchain, a decentralized Layer 1 (L1) network, provides a suite of network explorers and tools to help users, developers, and small and medium enterprises (SMEs) interact with the ecosystem. Whether you’re tracking transactions, staking $REAL tokens, tokenizing RWAs, or building dApps, these tools make it easy to navigate and engage with the Real network. This page introduces the key explorers and tools available for the REAL Mainnet, Testnet, and Localnet.
Network Explorers
Network explorers are web-based interfaces that allow you to monitor and analyze on-chain activity on the Real blockchain. They provide transparency into transactions, blocks, validator activity, and more.
REAL Mainnet Explorer
Purpose: The official explorer for the REAL Mainnet, providing real-time insights into the live network.
Features:
Transaction Tracking: Search for transactions by hash to view details like sender, receiver, amount, and fees paid in $REAL tokens.
Block Information: Explore block height, timestamps, and the validator that proposed each block.
Validator Stats: View the list of active validators, their staked $REAL tokens, uptime, and commission rates.
Tokenized Assets: Monitor tokenized RWAs, including asset details, ownership, and trading history.
Staking Activity: Check staking metrics, such as total staked $REAL and reward distributions.
Use Case: Ideal for SMEs tracking their tokenized assets, investors monitoring transactions, and validators analyzing network performance.
REAL Testnet Explorer
Purpose: The explorer for the REAL Testnet, designed for testing and development.
Features:
Similar functionality to the Mainnet Explorer, but for testnet data.
View test transactions, smart contract interactions, and staking simulations using test $REAL tokens.
Monitor testnet validator performance and network health.
Use Case: Perfect for developers testing dApps or smart contracts, and SMEs experimenting with RWA tokenization before going live on the Mainnet.
Localnet Explorer (Optional)
Purpose: For developers running a REAL Localnet, you can set up a local explorer to monitor your private blockchain instance.
Setup:
Clone the Real Explorer repository: git clone
https://github.com/realfinance/explorer.git
.Configure it to connect to your Localnet’s RPC endpoint (
http://localhost:26657
by default).Run the explorer locally using the provided instructions in the repository.
Use Case: Useful for debugging and analyzing your Localnet setup during development. Learn more in our Localnet Guide.
Tools
Real provides a variety of tools to help users and developers interact with the blockchain, from wallet management to smart contract deployment and RWA tokenization.
Real CLI (reald)
Purpose: A command-line interface for interacting with the Real blockchain.
Features:
Deploy and manage smart contracts using CosmWasm.
Stake $REAL tokens and participate in governance.
Query blockchain data, such as account balances and transaction history.
Example command to check your balance:
reald query bank balances <YOUR_ADDRESS> --chain-id real-mainnet-1
Download: Available on our Downloads page.
Use Case: Essential for developers and advanced users managing nodes, deploying contracts, or staking. See our Tutorials for usage examples.
Real Staking Dashboard
Purpose: A user-friendly web interface for staking $REAL tokens.
Features:
Browse and select validators based on uptime, commission rates, and staked amounts.
Delegate, undelegate, and claim staking rewards with a few clicks.
View your staking history and estimated rewards.
Use Case: Ideal for token holders looking to stake $REAL and earn rewards without using the CLI. Learn more in our Consensus Guide.
Real Tokenization Platform
URL: app.real.finance
Purpose: A web-based platform for SMEs to tokenize real-world assets (RWAs).
Features:
Step-by-step wizard to tokenize assets like real estate, inventory, or invoices.
Automated compliance checks (e.g., KYC/AML) to ensure regulatory adherence.
List tokenized assets on the Real Marketplace for trading or fractional ownership.
Use Case: Perfect for SMEs looking to unlock liquidity by tokenizing assets, and for investors interested in purchasing tokenized RWAs.
Real Faucet (Testnet Only)
URL: faucet.real.finance
Purpose: A tool to request test $REAL tokens for the REAL Testnet.
Features:
Enter your Testnet wallet address to receive test $REAL tokens.
Tokens are typically credited within seconds, with a daily limit (e.g., 1,000 test $REAL per address).
Use Case: Essential for developers and users testing on the REAL Testnet. Learn more in our Testnet Guide.
Real SDK and APIs
Documentation: docs.real.finance/api
Purpose: Tools for developers to build applications on the Real blockchain.
Features:
Cosmos SDK Modules: Access modules like
x/bank
(for token transfers) andx/staking
(for staking operations).REST and gRPC APIs: Query blockchain data (e.g., balances, transactions) or submit transactions programmatically.
CosmWasm Integration: Write and deploy smart contracts in Rust for RWA tokenization and dApps.
Use Case: Developers building dApps, wallets, or custom tools for the Real ecosystem. See our Tutorials for examples.
Real Wallet
Purpose: A native wallet for managing $REAL tokens and interacting with the Real blockchain.
Features:
Send and receive $REAL tokens.
Connect to the Real Staking Dashboard and Tokenization Platform.
Sign transactions for smart contract interactions and governance voting.
Download: Available on our Downloads page.
Use Case: Suitable for all users, including SMEs, investors, and developers, to manage their $REAL tokens and engage with the ecosystem.
Monitoring and Analytics
Real Network Status
URL: status.real.finance
Purpose: A dashboard to monitor the health and performance of the REAL Mainnet and Testnet.
Features:
Check network uptime, block production rate, and transaction throughput.
View alerts for network upgrades, downtime, or other events.
Use Case: Useful for validators and developers ensuring the network is running smoothly.
Real Analytics Dashboard
Purpose: Provides in-depth analytics for the Real ecosystem.
Features:
Track $REAL token supply, inflation, and staking metrics.
Analyze RWA tokenization trends, such as the number of tokenized assets and trading volume.
View governance activity, including proposal outcomes and voter turnout.
Use Case: Ideal for investors and researchers studying the growth and adoption of the Real ecosystem.
Need Help?
If you have questions about using these explorers or tools, reach out to our team:
Email: team@real.finance
Telegram: t.me/realfin
The Real network explorers and tools empower you to explore, build, and engage with the future of RWA tokenization. Start using them today to unlock the full potential of the Real blockchain!
Last updated