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
레슨 종료

이제 지식을 확인할 시간입니다! 블록체인 기술에 관한 다음 질문에 답해 보세요: