Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 4.01 KB

README.md

File metadata and controls

70 lines (52 loc) · 4.01 KB

Beryx Explorer

License


zondax_light zondax_dark

Please visit our website at zondax.ch


Welcome to Beryx, your one-stop data hub for Filecoin. This guide will help you explore Beryx and find cool features and useful tools. Beryx is for everyone - developers, network users, or anyone interested in blockchain. It's packed with developer insights.

To start exploring Beryx, visit the Beryx Home Page.

⚙️ Features

  • Search: Find transactions, blocks, tipsets, addresses and smart contracts.
  • Insights:
    • Transactions: Check status, timestamps, block, from, to, value exchanged, method, internal messages, and more. Example here.
    • Blocks: Examine block creation, miner, timestamp, transactions and more. Example here.
    • Tipsets: Explore its blocks, miners, timestamp, status, transactions, and more. Example here.
    • Addresses: Find address balance evolution, transactions, actor type, mempool activity, statistics, and more. Example here
    • Smart Contracts: See contract source code, creator, balance, invoke methods, check statistics, transaction and verification status. Example here.
  • Leaderboards: Discover top performers:
    • Rich List: Wealthiest addresses. Go to page.
    • Top Accounts by Gas Used: The most active accounts in terms of gas consumption. Go to page.
    • Top Contracts by Unique Users: Popular smart contracts among unique users. Go to page.
  • Recent Activity:
    • Latest Tipsets: Most recent tipsets in the network. Go to page.
    • Latest Transactions: Transactions happening in real-time. Go to page.
    • Latest Contract Invokes: Most recent smart contract invocations. Go to page.
  • Dashboard: Visualize the Filecoin network's activity Go to Dashboard:
    • Gas Consumption: Track the gas used across the network.
    • Contract Activity: Monitor the creation and invocation of smart contracts.
  • Tools:
    • Address Conversion: Convert addresses between FIL and ETH formats. Go to page.
    • Contract Verifier: Upload source code and verify your contract. Go to page.
    • RPC Node: Access our RPC Node. Go to page.
    • Smart Contract Interaction: Directly interact with smart contracts. Go to page.
    • Faucet: Get FIL for testing. Go to page.

📖 Docs

Please visit our docs website to find more information about the project.

🧑‍💻 Develop

  • Install all dependencies yarn install
  • Initialize your dev environment: yarn dev:init
  • Get your Beryx API token on our docs site, and set it on .env.local env file.
  • Run the website: yarn dev

We use turbo for build caching. While you can use yarn, try using turbo to run all package.json tasks.

Example:

turbo lint
turbo build

🚀 In production

turbo build
turbo start