Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Queries
All Changesets
Search
Advanced Search
Differential
D12889
Diff 37401
All Changesets
All Changesets
Edit Query
Hide Query
Order By
Creation (Newest First)
Creation (Oldest First)
Search
Change
Path
Added
web/explorer/.gitignore
Added
web/explorer/Cargo.toml
Added
web/explorer/LICENSE
Added
web/explorer/README.md
Added
web/explorer/explorer-exe/Cargo.toml
Added
web/explorer/explorer-exe/config.dist.toml
Added
web/explorer/explorer-exe/src/main.rs
Added
web/explorer/explorer-server/Cargo.toml
Added
web/explorer/explorer-server/assets/arrow.png
Added
web/explorer/explorer-server/assets/copy.png
Added
web/explorer/explorer-server/assets/ecash-explorer-card.png
Added
web/explorer/explorer-server/assets/favicon.png
Added
web/explorer/explorer-server/assets/five-years-icon.png
Added
web/explorer/explorer-server/assets/input.svg
Added
web/explorer/explorer-server/assets/logo.png
Added
web/explorer/explorer-server/assets/network-background.png
Added
web/explorer/explorer-server/assets/network-background2.png
Added
web/explorer/explorer-server/assets/pre-bch-icon.png
Added
web/explorer/explorer-server/assets/pre-ecash-icon.png
Added
web/explorer/explorer-server/assets/slp-logo.png
Added
web/explorer/explorer-server/assets/spend.svg
Added
web/explorer/explorer-server/assets/utxo.svg
Added
web/explorer/explorer-server/assets/wave.svg
Added
web/explorer/explorer-server/code/address.js
Added
web/explorer/explorer-server/code/blocks.js
Added
web/explorer/explorer-server/code/common.js
Added
web/explorer/explorer-server/code/styles/index.css
Added
web/explorer/explorer-server/code/timestamps.js
Added
web/explorer/explorer-server/code/txs.js
Added
web/explorer/explorer-server/src/api.rs
Added
web/explorer/explorer-server/src/blockchain.rs
Added
web/explorer/explorer-server/src/config.rs
Added
web/explorer/explorer-server/src/lib.rs
Added
web/explorer/explorer-server/src/server.rs
Added
web/explorer/explorer-server/src/server_error.rs
Added
web/explorer/explorer-server/src/server_http.rs
Added
web/explorer/explorer-server/src/server_primitives.rs
Added
web/explorer/explorer-server/src/templating.rs
Added
web/explorer/explorer-server/src/templating/filters.rs
Added
web/explorer/explorer-server/templates/base.html
Added
web/explorer/explorer-server/templates/components/input.html
Added
web/explorer/explorer-server/templates/components/loader.html
Added
web/explorer/explorer-server/templates/components/loader_fullpage.html
Added
web/explorer/explorer-server/templates/components/output.html
Added
web/explorer/explorer-server/templates/components/token_info_table.html
Added
web/explorer/explorer-server/templates/pages/404.html
Added
web/explorer/explorer-server/templates/pages/address.html
Added
web/explorer/explorer-server/templates/pages/block.html
Added
web/explorer/explorer-server/templates/pages/blocks.html
Added
web/explorer/explorer-server/templates/pages/error.html
Added
web/explorer/explorer-server/templates/pages/homepage.html
Added
web/explorer/explorer-server/templates/pages/transaction.html