README.md
December 31, 2024 ยท View on GitHub
This is a general public chain development template based on polkadot-sdk and frontier, using the NPOS protocol and compatible with the Ethereum EVM. It aims to make Polkadot technology more developer-friendly and to be used by more public chain teams. polkadot-sdk is an excellent public chain development technology, and we thank the ParityTech team for their contributions.
run develop chain
Visit the explorer

This is a developer-friendly expolrer.
Deploy your scan
https://github.com/blockscout/blockscout
Note that currently BlockScout does not support displaying transfer records in the balances module, so you should use MetaMask as much as possible for transfers.
connect MetaMask wallet
Network name: Frontier Testnet
Default RPC URL: http://localhost:9944
Chain ID: 42
Currency symbol: UNIT

To make it easier for users and developers in the Ethereum community to connect to your network node or wallet, you should add your network on https://chainlist.org/.
Develop and deploy your Solidity contract.
-
hardhat https://hardhat.org/tutorial
More
License
This project is licensed under the LICENSE_APACHE2. See the LICENSE file for details.