不使用 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.toml
cargo 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