The standard libraries for building BandChain oracle scripts. Code in this package is split into 2 packages -- vm and kit (ext, and oei).
vm- a library for building VM runtimekit- standard libraries for BandChain oracle scriptsext- a library is helper package for writing the oracle scriptsoei- a library containing functions for querying data from BandChain
- Install tarpaulin by this command
cargo install cargo-tarpaulin
- Get coverage test results
owasm-crypto- cargo tarpaulin --out Html --output-dir reports/crypto --packages owasm-cryptoowasm-vm- cargo tarpaulin --out Html --output-dir reports/vm --packages owasm-vm