不使用 MPK:
./scripts/build_all_common.sh
./scripts/build_user.sh使用 MPK
./scripts/build_all_common_mpk.sh
./scripts/build_user.sh mpk不使用 MPK:
./scripts/build_all_common.sh
cargo build --manifest-path user/<appname>/Cargo.toml使用 MPK:
./scripts/build_all_common_mpk.sh
Cargo build --features mpk --manifest-path user/<appname>/Cargo.tomlcargo run -p gen-file
vim config.json
mv config.json isol_config/[your-isol-name].json不使用 MPK:
./scripts/run_tests.sh使用 MPK:
./scripts/run_tests.sh mpk不使用 MPK:
cargo run -- --files isol_config/<workflowname>.json使用 MPK:
cargo run --features mpk -- --files isol_config/<workflowname>.json