The project is an explorer for the Stellar network, running in a Docker container on a virtual machine in Oracle Cloud. It allows for the viewing and querying of information from the Stellar blockchain, with features including listing the latest ledgers and transactions. Additionally, it enables searching for a ledger by its sequence and accessing a specific transaction by its hash.
Before you begin, make sure you meet the following requirements:
git clone https://github.com/Luan-Web3/stellar-explorer.git
cd stellar-explorer
- Duplicate the
.env.templatefile and rename it to.env
docker compose up -d
The application will be available at http://localhost:5173
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.