aleo-explorer

所属分类:区块链开发
开发工具:Python
文件大小:235KB
下载次数:0
上传日期:2023-04-25 10:18:45
上 传 者sh-1993
说明:  aleo浏览器,aleo网络的浏览器
(aleo-explorer,An explorer for the Aleo network)

文件列表:
aleo-explorer-testnet3 (0, 2023-05-22)
aleo-explorer-testnet3\.env.example (194, 2023-05-22)
aleo-explorer-testnet3\COPYING (34522, 2023-05-22)
aleo-explorer-testnet3\api.py (2339, 2023-05-22)
aleo-explorer-testnet3\db.py (96115, 2023-05-22)
aleo-explorer-testnet3\disasm (0, 2023-05-22)
aleo-explorer-testnet3\disasm\__init__.py (0, 2023-05-22)
aleo-explorer-testnet3\disasm\aleo.py (8731, 2023-05-22)
aleo-explorer-testnet3\disasm\utils.py (4125, 2023-05-22)
aleo-explorer-testnet3\explorer (0, 2023-05-22)
aleo-explorer-testnet3\explorer\__init__.py (67, 2023-05-22)
aleo-explorer-testnet3\explorer\explorer.py (5751, 2023-05-22)
aleo-explorer-testnet3\explorer\types.py (1149, 2023-05-22)
aleo-explorer-testnet3\main.py (246, 2023-05-22)
aleo-explorer-testnet3\node (0, 2023-05-22)
aleo-explorer-testnet3\node\__init__.py (48, 2023-05-22)
aleo-explorer-testnet3\node\light_node.py (7710, 2023-05-22)
aleo-explorer-testnet3\node\node.py (12741, 2023-05-22)
aleo-explorer-testnet3\node\rest_node.py (2425, 2023-05-22)
aleo-explorer-testnet3\node\testnet3 (0, 2023-05-22)
aleo-explorer-testnet3\node\testnet3\__init__.py (28, 2023-05-22)
aleo-explorer-testnet3\node\testnet3\block.genesis (5983, 2023-05-22)
aleo-explorer-testnet3\node\testnet3\param.py (370, 2023-05-22)
aleo-explorer-testnet3\node\types (0, 2023-05-22)
aleo-explorer-testnet3\node\types\__init__.py (48, 2023-05-22)
aleo-explorer-testnet3\node\types\basic.py (8069, 2023-05-22)
aleo-explorer-testnet3\node\types\generic.py (9071, 2023-05-22)
aleo-explorer-testnet3\node\types\os_types.py (16043, 2023-05-22)
aleo-explorer-testnet3\node\types\traits.py (1939, 2023-05-22)
aleo-explorer-testnet3\node\types\utils.py (1642, 2023-05-22)
aleo-explorer-testnet3\node\types\vm_basic.py (8955, 2023-05-22)
aleo-explorer-testnet3\node\types\vm_block.py (89056, 2023-05-22)
aleo-explorer-testnet3\node\types\vm_instruction.py (22948, 2023-05-22)
aleo-explorer-testnet3\pg_dump.sql (60053, 2023-05-22)
aleo-explorer-testnet3\requirements.txt (166, 2023-05-22)
aleo-explorer-testnet3\util (0, 2023-05-22)
... ...

# Aleo Explorer [The "official" instance](https://explorer.hamp.app) ## Description A blockchain explorer for Aleo. It contains a node that connects to another peer to fetch blockchain data. This node is NOT validating blocks. Only connect to peers that you trust. ## Database update warning The database schema has been updated at the start of testnet 3 phase 3. It's recommended to start clean and import the database schema from `pg_dump.sql`. Further schema updates will be provided as database migrations. ## Prerequisites * Postgres 12+ * Rust latest stable * [aleo-explorer-rust](https://github.com/HarukaMa/aleo-explorer-rust) ## Usage 1. Import the database schema from `pg_dump.sql`. 2. Configure through `.env` file. See `.env.example` for reference. 3. Run `main.py`. ## A better frontend? Yeah, I'm not really a frontend developer. I know it's ugly, but I'm focusing on features here. You are welcome to contribute a better frontend, as long as you keep the current one as a function baseline reference. You can also create an entirely new frontend outside this repository; all you really need is the blockchain data in the database. ## License AGPL-3.0-or-later

近期下载者

相关文件


收藏者