bash <(curl https://raw.githubusercontent.com/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://raw.githubusercontent.com/.../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-Hans
或 zh-Hans-HK
等字眼時
在下
cd apps/block_scout_web; mix gettext.extract --merge; cd -
編譯時都會出錯,所以這邊使用 fr
來代替
Blockchain Explorer for inspecting and analyzing EVM Chains.
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.
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.
BlockScout supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.
See the project documentation for instructions:
We would like to thank the EthPrize foundation for their funding support.
See CONTRIBUTING.md for contribution and pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.