Skip to content

Commit 37ea67d

Browse files
authored
Merge branch 'main' into va-arc-chain-dual-token
2 parents 625d180 + 260e94f commit 37ea67d

29 files changed

+489
-482
lines changed

about/features.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Blockscout is a full-featured, open-source blockchain explorer
1212

1313
### What can I do with Blockscout?
1414

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.
1616

1717
* **Interact with Contracts**: [Read and write to contracts](/devs/verification/interacting-with-smart-contracts) directly from the Blockscout UI.
1818

@@ -28,20 +28,16 @@ description: Blockscout is a full-featured, open-source blockchain explorer
2828

2929
* **Open source development**: The code is community driven and available for anyone to use, explore, and improve.
3030

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)
3432

3533
* **Smart contract interaction**: Users can read and verify Solidity & Vyper smart contracts and access pre-existing contracts to fast-track development.
3634

37-
* **Token support**: Support for ERC20 and ERC721 tokens.
35+
* **Token support**: Support for ERC20, ERC721 and ERC1155 tokens.
3836

3937
* **Decoded views:** Contract method calls and logs are decoded to provide additional information within the UI.
4038

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.
4240

4341
* **User customization**: Users can easily deploy on a network and customize the Bootstrap-based interface.
4442

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.

about/funding.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ Funding grants include:
2525

2626
* [ETC Grants DAO](https://etccooperative.org/posts/2023-08-09-presenting-first-round-etc-grants-dao-winner-blockscout-en) (2023)
2727

28-
* Grant support from the [Ethereum Foundation](/about/features/blockscout-2.0) (2023).
29-
30-
28+
* Grant support from the [Ethereum Foundation](https://ethereum.foundation/) (2023 & 2025).

docs.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595
]
9696
},
9797
{
98-
"group": "Swapscout",
99-
"icon": "shuffle",
98+
"group": "Essential Dapps",
99+
"icon": "star",
100100
"pages": [
101-
"using-blockscout/swapscout",
102-
"using-blockscout/swapscout/earn-merits-when-using-swapscout"
101+
"using-blockscout/essential-dapps/swap",
102+
"using-blockscout/essential-dapps/revoke",
103+
"using-blockscout/essential-dapps/multisend"
103104
]
104105
},
105106
"using-blockscout/autoscout",
106-
"using-blockscout/revokescout",
107107
{
108108
"group": "Merits",
109109
"icon": "award",
@@ -113,6 +113,7 @@
113113
"using-blockscout/merits/activity-pass",
114114
"using-blockscout/merits/leaderboard",
115115
"using-blockscout/merits/badges",
116+
"using-blockscout/merits/earn-merits-when-using-swap",
116117
"using-blockscout/merits/faqs"
117118
]
118119
},
@@ -349,7 +350,7 @@
349350
"pages": [
350351
"resources/premium-features",
351352
"resources/contributing-to-blockscout",
352-
"resources/bug-bounty-program",
353+
"resources/security-program",
353354
"resources/media-kit",
354355
{
355356
"group": "Release Notes",
@@ -550,6 +551,10 @@
550551
"source": "/for-developers/frontend-migration",
551552
"destination": "/setup/deployment/frontend-migration"
552553
},
554+
{
555+
"source": "/resources/bug-bounty-program",
556+
"destination": "/resources/security-program"
557+
},
553558
{
554559
"source": "/for-developers/deployment/manual-deployment-guide",
555560
"destination": "/setup/deployment/manual-deployment-guide"

images/address-2.jpg

177 KB
Loading

images/address-field-1.jpg

197 KB
Loading

images/approve-1.jpg

213 KB
Loading

images/blockscout-swap.png

695 KB
Loading

images/continue.jpg

228 KB
Loading

images/login-1.jpg

241 KB
Loading

images/multisend.jpg

180 KB
Loading

0 commit comments

Comments
 (0)