A Rust gRPC and mock multi-test scripting library.
The env variable file might contain sensitive information (like a mnemonic phrase). We not responsible for your security practices.
A new daemon store file scaffold will be automatically generated when you try to run a script for the first time.
| Entry | Description |
| ----------- | ----------- |
| DAEMONSTATEPATH | File that stores network info and state |
| RUSTLOG | Debug level for logging |
| WASMDIR | Directory path that holds optimized .wasm builds |
| LOCALMNEMONIC | Mnemonic used when NETWORK="local" |
| TESTMNEMONIC | Mnemonic used when NETWORK="testnet" |
| MAIN_MNEMONIC | Mnemonic used when NETWORK="mainnet" |
Since boot core allows you to write environment-generic functions to call your contracts, you can use these functions in two different places. Therefore our crate will have both a library and binary component.