We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3ac73 commit 8206385Copy full SHA for 8206385
README.md
@@ -67,6 +67,11 @@ npm run generate:dev && poetry run python -m scripts.generate recover
67
```
68
Check the `genesis.json` file, and you can get the exact compiled bytecode for different network.
69
(`poetry run python -m scripts.generate --help ` for more details)
70
+```
71
+# you can verify the bytecode in genesis.json with solc, take ./contracts/StakeHub.sol for example:
72
+solc-select use 0.8.17
73
+solc --optimize --optimize-runs 200 --abi --metadata-hash none --bin-runtime ./contracts/StakeHub.sol --base-path . --include-path ./node_modules/ -o output
74
75
76
You can refer to `generate:dev` in `package.json` for more details about how to custom params for local dev-net.
77
0 commit comments