Implementation of a client compatible with the WRAP Protocol in rust
Feature | |
---|---|
Invoke | ✅ |
Subinvoke | ✅ |
Interfaces | ✅ |
Env Configuration | ✅ |
Client Config | ✅ |
Plugin Wrapper | ✅ |
Wrap Manifest | ✅ |
Uri Resolution | ⚙️ |
Uri: Filesystem | ✅ |
Uri: Http | ✅ |
Uri: IPFS | ❌ |
Uri: ENS | ❌ |
Before running tests, cases need to be generated, go to packages/test-utils
and run cargo run --bin generate
Now, go back to the root of repository and run tests from all packages:
cargo test