Liquid Stake with compassSOL for an 7.36% APY from staking, MEV + fees

Enjoy the freedom of liquid staking in Solana Defi while delegating your stake to the high performance Solana Compass validator. Stake or unstake at any time here, or with a Jupiter swap.

Benefit from our high staking returns and over 2 years experience operating a Solana validator, and receive additional yield from priority fees + MEV tips

Earn 6.7% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.7% APY yield on your SOL, while supporting us to create new guides and tools. Learn more

Stake your SOL

  1. Click to connect your wallet
  2. Enter the amount you wish to stake
  3. Kick back and enjoy your returns
  4. Unstake from your wallet or our staking dashboard

Earn 6.7% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.7% APY yield on your SOL, while supporting us to create new guides and tools.

Learn more

Breakpoint 2023: ExplorerKit: The Future Standard of Parsing?

Published on 2023-11-09

Breakpoint 2023 explores the feasibility of ExplorerKit as the new industry standard for parsing blockchain transactions, events, and more.

The notes below are AI generated and may not be 100% accurate. Watch the video to be sure!

Summary

During Breakpoint 2023, Nick Chen, co-founder and CEO of SolanaFM, along with staff engineer Zamiel Chia, introduced ExplorerKit (EK), a new open-source parsing tool that promises to revolutionize the way developers work with blockchain data. They pointed out the limitations of current parsing options in terms of performance and the difficulty in understanding various instructions and transactions that occur on the blockchain. Expanding on these topics, they highlighted how ExplorerKit provides a unified standard for parsing transactions, accounts, events, and errors—all using the IDL (Interface Description Language) standard. This simplification aims to greatly reduce the time developers spend on building parsing abstractions for different programs, thereby accelerating development cycles and reducing front-end application bundle sizes.

Key Points:

Introduction to ExplorerKit and Its Creators

Nick Chen and Zamiel Chia, the speakers from SolanaFM, introduced the audience to ExplorerKit, an SDK designed to parse blockchain data more efficiently. They underlined the need for such a tool since the blockchain developers often struggle with non-standardized processes for decoding and deserializing data, which can lead to increased complexity and development time.

The Problem with Current Parsing Tools

The current tools available for parsing blockchain data are limited and often require a substantial amount of manual effort from developers. The presentation highlighted the inefficiency in handling different types of blockchain data, such as the Phoenix order book program which isn't decoded or deserialized in a standard manner, leading to confusion and delays in development.

The Advantages of Using ExplorerKit

ExplorerKit offers a significant advantage by providing a unified standard for parsing various forms of blockchain data. It comes with support for both native and anchor-based programs, all of which conform to the IDL standard. This leads to a more efficient decoding process, adds robustness, and reduces the need for a diverse set of parsing tools.

Technical Demonstration of ExplorerKit

The speakers also gave a technical walkthrough of how ExplorerKit functions, showing the simplicity of its use, and the powerful results it delivers. By demonstrating the decoding of instructions and accounts with minimal code, they showed ExplorerKit's potential to streamline data visualization and interaction on the blockchain.

Facts + Figures

  • ExplorerKit is an open-source parser announced by Nicholas Chen and Zamiel Chia from SolanaFM at Breakpoint 2023.
  • It parses various blockchain data types, such as transactions, accounts, events, and errors using a unified standard.
  • ExplorerKit addresses the problem of non-decoded or non-deserialized instructions in the current SolanaFM explorer.
  • IDLs are utilized in ExplorerKit to achieve a standardized parsing process, even for native programs.
  • ExplorerKit can also reduce bundle sizes in front-end applications by reducing the need for multiple SDKs.
  • The tool supports two types of IDLs: anchor-based and shared through a keynoted B3.
  • ExplorerKit has been designed with a focus on both deserialization and serialization support, while also working towards supporting new encoding like ByteMark.
  • The open-source tool is expected to be compatible with the upcoming Web3.js client update.
  • SolanaFM encourages open-source contributions and has shared the ExplorerKit codebase on GitHub for community development and enhancement.

Top quotes

  • "We're going to open source our parsers because we know everyone else will value add themselves from here." - Nicholas Chen
  • "ExplorerKit is a parser. It parses everything in one unified standard." - Nicholas Chen
  • "You use EK and you go straight right on. You don't have to spend so much time." - Nicholas Chen
  • "Currently ExplorerKit is using anchor SDK as well to settle whatever parsing has to be done with an anchor IDL." - Zamiel Chia
  • "ExplorerKit was mainly built with the mind of trying to solve the problem with both the same generator IDLs and because of the same generator IDLs, then we've Solana." - Zamiel Chia
  • "We will generate an in-memory layout... it's like the blueprint to deserialize the instruction itself." - Zamiel Chia
  • "So with this, then let's see... We're able to decode a stake account." - Zamiel Chia
  • "I'm able to decode an account by itself with generic like the data that comes out from the parser is all the same." - Zamiel Chia
  • "But if we hook up the explorer key to an RPC, we will get the JSON parsed data on our site, all run with ExplorerKit." - Zamiel Chia
  • "Everyone has their own struggles in deserializing data and trying to access data from different types of programs." - Nicholas Chen

Questions Answered

What is ExplorerKit?

ExplorerKit is an open-source parser toolkit introduced by SolanaFM at Breakpoint 2023. It aims to become a standardized tool for developers to parse transactions, accounts, events, and errors uniformly across different blockchain programs, simplifying the deserialization process and enhancing developer efficiency.

Why was ExplorerKit created?

ExplorerKit was created to address the complexities and inefficiencies involved in parsing different types of blockchain data, which often require developers to use a variety of specialized tools. By providing a unified standard through the use of IDLs, ExplorerKit reduces development time and makes data easier to work with and understand.

How does ExplorerKit benefit developers?

ExplorerKit offers developers a simplified approach to parsing blockchain data by eliminating the need for multiple specialized SDKs. This results in reduced front-end application bundle sizes and shortened development cycles, allowing developers to focus on building more innovative and robust blockchain applications.

Can developers contribute to the ExplorerKit project?

Yes, developers can contribute to the ExplorerKit project as it is open-source and available on GitHub. SolanaFM has encouraged the community to publish IDLs, create issues for review, and help in increasing the coverage of programs that can be parsed using the toolkit.

What future improvements are planned for ExplorerKit?

Future improvements for ExplorerKit include adding serialization support for broader application use, improving encoding support for protocols like ByteMark, reducing the bundle size of the package, and expanding compatibility with the new Web3.js client update. They are also working on increasing the coverage of programs that can be parsed within the explorer environment.

Related Content

Breakpoint 2023: How MetaKeep Onboarded 4.3 Billion People to Web3

MetaKeep's strategy to revolutionize and simplify blockchain technology adoption.

Breakpoint 2023: Governance and the Building Blocks of a DAO

Exploring the significance of decentralized governance and the challenges facing DAOs in the cryptocurrency ecosystem.

Breakpoint 2023: Web3 Security and Best Practices

An in-depth look at securing the Web3 environment with industry best practices and tools.

Breakpoint 2023: How to Store Solana NFTs On-Chain - A Brief Overview

An insightful exploration into the essentials of storing NFTs on Solana's blockchain.

Breakpoint 2023: The Global State Machine

Breakpoint 2023 provides insight into the advancements and future of the Solana Blockchain and its ecosystem.

Breakpoint 2023: Power Talk: Hubble Protocol

A deep dive into the potential and challenges of DeFi protocols, with insights from a Hubble and Kamino Protocols contributor.

Breakpoint 2023: A World in a Grain of Sand: State Compression on Solana

Exploring the possibilities of blockchain scalability with state compression technology on Solana.

Breakpoint 2023: Decoding Zero Knowledge - Building the Future of Privacy and Compliance

Exploring the intersection of zero-knowledge proofs, privacy, and regulatory compliance in blockchain technology.

Breakpoint 2023: Sooner™ Climate Challenges and Opportunities of Blockchain

An exploration of climate challenges and potential roles of blockchain technology for a sustainable future.

Breakpoint 2023: The Future of Finance and Blockchains with Visa

Experts from Visa and Worldpay discuss the advancement of finance using blockchains.

Breakpoint 2023: ZK on Solana: Private Solana Programs

An exploration of zero-knowledge proofs for enhanced privacy on the Solana blockchain.

Breakpoint 2023: Buddy Link: The Future of Web3 Engagement

BuddyLink introduces a new dimension of Web3 user engagement and business marketing tools.

Breakpoint 2023: Is DePIN the Catalyst for Widespread Adoption of Web3?

Michael Sothan discusses the potential of decentralized physical infrastructure networks (DePIN) in revolutionizing Web3.

Breakpoint 2023: Next Gen Blockchain: Builders of the Future

Nathan Galindo discusses the impact and future of Solana University, its integration in academia, and the Solana ambassador program.

Breakpoint 2023: Redefining Music Ownership

An exploration into Boombox Labs' mission to reshape music ownership and fan interaction in the digital age.