You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about/features.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ description: Blockscout is a full-featured, open-source blockchain explorer
12
12
13
13
### What can I do with Blockscout?
14
14
15
-
***Deep Search**: Find all the information you need on [Blocks](/using-blockscout/overviews/blocks), Transactions, Tags and more through the integrated search box.
15
+
***Deep Search**: Find all the information you need on [Blocks](/using-blockscout/overviews/blocks), Transactions, Addresses, Tags and more through the integrated search box.
16
16
17
17
***Interact with Contracts**: [Read and write to contracts](/devs/verification/interacting-with-smart-contracts) directly from the Blockscout UI.
18
18
@@ -28,20 +28,16 @@ description: Blockscout is a full-featured, open-source blockchain explorer
28
28
29
29
***Open source development**: The code is community driven and available for anyone to use, explore, and improve.
30
30
31
-
***Broad multi-chain ecosystem support**: Blockscout supports Ethereum mainnet, EVM forks like Ethereum Classic, Celo, & Gnosis Chain, Polkadot Parachains, Cosmos ecosystem, optimistic rollups, and many additional public and private EVM networks. [See the list](/about/chains)
32
-
33
-
***Real time transaction tracking**: Transactions are updated in real time - no page refresh required. Infinite scrolling is also enabled.
31
+
***Broad multi-chain ecosystem support**: Blockscout supports Ethereum mainnet, EVM forks like Ethereum Classic & Gnosis Chain, the Superchain Ecosystem, Polkadot Parachains, Cosmos ecosystem, and many additional public and private EVM networks. [See the list](/about/chains)
34
32
35
33
***Smart contract interaction**: Users can read and verify Solidity & Vyper smart contracts and access pre-existing contracts to fast-track development.
36
34
37
-
***Token support**: Support for ERC20and ERC721 tokens.
35
+
***Token support**: Support for ERC20, ERC721 and ERC1155 tokens.
38
36
39
37
***Decoded views:** Contract method calls and logs are decoded to provide additional information within the UI.
40
38
41
-
***Full-featured API:** GraphQL provides the opportunity to test API calls directly from a web interface, and RPC methods are well documented.
39
+
***Full-featured API:** GraphQL provides the opportunity to test API calls directly from a web interface, and REST and JSON RPC methods are well documented.
42
40
43
41
***User customization**: Users can easily deploy on a network and customize the Bootstrap-based interface.
44
42
45
-
***Modular and extendible**: We're building next generation modularity into Blockscout with Rust-designed microservices.
46
-
47
-
43
+
***Modular and extendible**: We're building next generation modularity into Blockscout with Rust-designed microservices.
0 commit comments