Skip to content

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

License

Notifications You must be signed in to change notification settings

BOLT-Protocol/blockscout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockScout

安裝

bash <(curl https://github.com/raw/BOLT-Protocol/blockscout/tidebit/shell/install.sh -kL) -h 172.31.8.45 -p nGtY3XMeetASmfH8 -w https://rpc.tidebit.network -r ws://35.153.31.115:8546

上面的參數分別代表

Usage: bash <(curl https://github.com/raw/.../install.sh -kL) [-h db_host(require)] [-p db_password(require)] [-w wsapi(require)] [-r rpcapi(require)]
  -h : postgres host
  -p : postgres password
  -w : eth node websocket api, ex: https://127.0.0.1
  -r : eth node rpc https api, ex: ws://127.0.0.1

其中執行到一半會需要手動輸入

正複製到 'blockscout'...
remote: Enumerating objects: 131052, done.
remote: Counting objects: 100% (1353/1353), done.
remote: Compressing objects: 100% (762/762), done.
remote: Total 131052 (delta 750), reused 948 (delta 528), pack-reused 129699
接收物件中: 100% (131052/131052), 42.60 MiB | 27.42 MiB/s, 完成.
處理 delta 中: 100% (88156/88156), 完成.
Could not find Hex, which is needed to build dependency :ex_doc
Shall I install Hex? (if running non-interactively, use "mix local.hex --force") [Yn] 

多國語系

'/blockscout/apps/block_scout_web/priv/gettext/${locale}/LC_MESSAGES'

這邊會發現簡體中文的 locale 我建立在 fr 資料夾上,原因是因為這邊使用 zh-Hanszh-Hans-HK 等字眼時

在下

cd apps/block_scout_web; mix gettext.extract --merge; cd -

編譯時都會出錯,所以這邊使用 fr 來代替

Blockchain Explorer for inspecting and analyzing EVM Chains.

Blockscout Coverage Status Join the chat at https://gitter.im/poanetwork/blockscout

BlockScout provides a comprehensive, easy-to-use interface for users to view, confirm, and inspect transactions on EVM (Ethereum Virtual Machine) blockchains. This includes the POA Network, xDai Chain, Ethereum Classic and other Ethereum testnets, private networks and sidechains.

See our project documentation for detailed information and setup instructions.

Visit the POA BlockScout forum for FAQs, troubleshooting, and other BlockScout related items. You can also post and answer questions here.

You can also access the dev chatroom on our Gitter Channel.

About BlockScout

BlockScout is an Elixir application that allows users to search transactions, view accounts and balances, and verify smart contracts on the Ethereum network including all forks and sidechains.

Currently available full-featured block explorers (Etherscan, Etherchain, Blockchair) are closed systems which are not independently verifiable. As Ethereum sidechains continue to proliferate in both private and public settings, transparent, open-source tools are needed to analyze and validate transactions.

Supported Projects

BlockScout supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.

Getting Started

See the project documentation for instructions:

Acknowledgements

We would like to thank the EthPrize foundation for their funding support.

Contributing

See CONTRIBUTING.md for contribution and pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.

License

License: GPL v3.0

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 78.5%
  • HTML 7.5%
  • JavaScript 5.3%
  • SCSS 4.8%
  • Solidity 3.5%
  • Makefile 0.2%
  • Other 0.2%