https://docs.goquorum.consensys.net/en/latest/Tutorials/Creating-A-Network-From-Scratch/
直接来自本教程:
"chainId": 10,
#!/bin/bash
PRIVATE_CONFIG=ignore nohup ~/quorum/build/bin/geth --datadir new-node-1 --nodiscover --verbosity 5 --networkid 31337 --raft --raftport 50000 --rpc --rpcaddr 0.0.0.0 --rpcport 22000 --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3,quorum,raft --emitcheckpoints --port 21000 >> node.log 2>&1 &
片段:
INFO [10-28|07:05:16.741] Initialised chain configuration config="{ChainID: 10 Homestead: 0 DAO: <nil> DAOSupport: false EIP150: 0 EIP155: 0 EIP158: 0 Byzantium: 0 IsQuorum: false Constantinople: 0 TransactionSizeLimit: 0 MaxCodeSize: 0 Petersburg: <nil> Istanbul: <nil> PrivacyEnhancements: <nil> Engine: unknown}
IsQuorum: false -不确定?
https://docs.goquorum.consensys.net/en/latest/HowTo/GetStarted/Cakeshop/
java -jar cakeshop-0.11.0.war

http://localhost:8080/manage.html

如果你知道的话,这肯定很容易。新来的法定人数事务。仲裁和元标记位于同一个框中,不需要启用CORS:如何将仲裁与Metamask连接起来?
编辑:不确定这是否重要,但我使用geth --datadir new-node-2 init genesis.json使用default geth而不是quorum geth。参见本期不确定这是否重要。
发布于 2020-10-28 15:39:14
我相信您需要为Metamask启用cors,即使它是一个本地节点。我建议启用cors并试一试。
请注意,必须对init使用仲裁geth。如果您使用上游geth,则在尝试使用仲裁时会遇到问题。
https://ethereum.stackexchange.com/questions/89704
复制相似问题