arrow-left 課程總覽
第 1 課:Exploring Information On The Xrp Ledger
預估閱讀時間:

15 minutes

難度:

Beginner

重點摘要:

See transaction data on the XRP Ledger in different ways using tools like Livenet XRPL Explorer, XRPScan, XRPL Explorer and learn how blockchain technology allows anyone to access real-time ledger information without writing code.

第 2 課

Exploring information on the XRP Ledger

Tools to aid your XRPL learning journey

A quick recap of what we’ve learned so far:
  • A request is a way for anyone to look things up on the ledger, and it doesn’t change anything. A request is a ‘read-only’ operation.
  • A signed transaction is a transaction which alters the state of the ledger. It is created and signed by the sender using their private key.

Let’s look at some transaction data!

Since a request is a non-modifying action that does not change anything, it means that with the right bit of code, you can look up what’s happening on the ledger. This is a core component to what makes blockchain technology open, accessible and transparent: anyone can look things up! Before we dig into some code examples, here are a few ways to look things up on the XRP Ledger: In the next couple lessons, we’re going to take a look at some code that can be used to look things up on the XRPL, but there’s a few easier ways you can start with. Thanks to some of the great community projects out there, you can load up a website and do everything from looking up account information or transaction specifics to getting a real-time visual of the blocks being written to the blockchain.

Livenet XRPL Explorer

To look at transactions on the mainnet, testnet, or devnet, take a look at the Livenet XRPL Explorer. This tool is very robust and is maintained by Ripple alongside the community. https://livenet.xrpl.org/

XRPScan

Similar to the Livenet XRPL Explorer, XRPScan can be used to look up transactions, balances, and account information. XRPScan is organized a bit differently and is helpful to look up statistics and information about validators. https://xrpscan.com/

XRPL Explorer (formerly Bithomp)

A platform which provides an array of tools and services for interacting with the XRP Ledger. Bithomp has a suite of features for exploring the ledger, like an easy-to-use block explorer and advanced transaction tracking features. https://bithomp.com/en
課程單元結束

接下來測試一下你的知識!看看你能否回答這些關於區塊鏈技術的問題: