Skip to content

garethtdavies/mina-block-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mina Block Explorer

The Mina Block Explorer is a website that allows users to explore and view details about blocks, transactions, addresses, validators and other relevant network information. It provides a user-friendly user interface to interact with the Mina blockchain. This document describes how to build such an application.

Quickstart

  • Install Rust
curl https://sh.rustup.rs -sSf | sh
source "$HOME/.cargo/env"
  • Serve app
cd app 
cargo build
trunk serve --open

License (See LICENSE file for full license)

Copyright 2023 Mina Foundation, Inc.

Free use of this software is granted under the terms of the Mozilla Public License 2.0.

Contributing

This project uses C4(Collective Code Construction Contract) process for contributions.

About

Web application for the Mina blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.8%
  • Rust 23.7%
  • JavaScript 15.6%
  • HTML 1.9%