mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
[Feat] 191 improve documentation (#316)
* initial changes for the contract readme * testing guidelines wip * add contract documentation * add note on future deprecation * add memory and CPU requirements for docker * add audit references to documentation * use tokenbridge make commands in documentation * add additional comments to testing guidelines * define contract style guide and link it * address PR comments with better documentation * document tweaks and traffic generation script * catch error on failure of main() * add precompute script and readme documentation * use ethers address generation --------- Co-authored-by: count-sum <andrei.alexandru@consensys.net>
This commit is contained in:
5
Makefile
5
Makefile
@@ -163,10 +163,6 @@ restart-shomei:
|
||||
rm -rf tmp/local/shomei/*
|
||||
docker compose -f docker/compose.yml -f docker/compose-local-dev.overrides.yml up zkbesu-shomei shomei -d
|
||||
|
||||
fresh-start-all-smc-v4:
|
||||
make clean-environment
|
||||
make start-all-smc-v4
|
||||
|
||||
fresh-start-all:
|
||||
make clean-environment
|
||||
make start-all
|
||||
@@ -182,6 +178,7 @@ start-all:
|
||||
start-all-traces-v2:
|
||||
L1_GENESIS_TIME=$(get_future_time) make start-whole-environment-traces-v2
|
||||
make deploy-contracts
|
||||
|
||||
deploy-contracts:
|
||||
cd contracts/; \
|
||||
export L1_NONCE=$$(npx ts-node local-deployments-artifacts/get-wallet-nonce.ts --wallet-priv-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --rpc-url http://localhost:8445) && \
|
||||
|
||||
Reference in New Issue
Block a user