diff --git a/evaluations/hyperfridge_4_piewol.md b/evaluations/hyperfridge_4_piewol.md new file mode 100644 index 000000000..a7ad5664d --- /dev/null +++ b/evaluations/hyperfridge_4_piewol.md @@ -0,0 +1,29 @@ +# Evaluation + + +- **Status:** accepted +- **Application Document:** [Hyperfridge](https://github.com/w3f/Grants-Program/blob/master/applications/hyperfridge.md) +- **Milestone:** 4 +- **Previously successfully merged evaluation:** All by PieWol + +| Number | Deliverable | Accepted | Link | Evaluation Notes | +| ----- | ----------- | ------ | ------------- | ------ | +| 0a. | License | | [Link to License](https://github.com/element36-io/ocw-ebics/blob/main/LICENSE) | Apache 2.0 +| 0b. | Documentation | | [Link to Documentation Root](https://github.com/element36-io/ocw-ebics/blob/main/README.md) | good, see comment in notes. | +| 0c. | Testing Guide | | See [Testing Guide](https://github.com/element36-io/ocw-ebics/blob/main/INSTRUCTIONS.md)| works | +| 0d. | Docker | | [Docker](https://hub.docker.com/r/e36io/ebics-ocw/tags) | ok +| 1. | Stablecoin Parachain | | [Parachain](https://github.com/element36-io/ocw-ebics/tree/main) | works | +| 2. | AssetHub Connection | | [Config](https://github.com/element36-io/ocw-ebics/blob/main/runtime/src/xcm_config.rs) | works | +| 3. | Zombienet | | [Config](https://github.com/element36-io/ocw-ebics/blob/main/zombienet.toml) | nice | +| 4. | E2E Tests | | [e2e-tests](https://github.com/element36-io/ocw-ebics/tree/main/runtime/src/e2e_tests) | all passing | +| 5. | Whitepaper | | [whitepaper]https://github.com/element36-io/ocw-ebics/blob/main/docs/hyperfridge-draft.pdf| ok. no changes.| + +## General Notes +Thanks for the update. + +## Documentation +In ``INSTRUCTIONS.md`` the chain is sometimes referred to as a solo chain but on other occasians it's called a parachain. I guess it should be only parachain by now. + + +## Testing Guide +The Zombienet worked immediately. All test are passing.