Skip to content

Commit

Permalink
Update hyperfridge.md (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam authored May 21, 2024
1 parent 54517bc commit 3dd341c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions applications/hyperfridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Repos:
| 3. | Unit Tests | We will adapt unit tests and test data to cover creating and validating proofs. |


### Milestone 4 - Node with stable-coin application
### Milestone 4 - Hyperfridge Parachain


- **Estimated duration:** 1 month
Expand All @@ -290,12 +290,11 @@ Repos:
| 0b. | Documentation | We will provide both inline documentation of the code and a basic tutorial that explains how a user can spin up one of our Substrate nodes and send test transactions, which will show how the new functionality works. |
| 0c. | Testing Guide | Adapt unit tests of core functions and test data to ensure functionality and robustness of overall system (bridge and proofs). In the guide, we will describe how to run these tests. |
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
| 1. | Stablecoin App | Change stablecoin implementation include validating the proof for mint, burn and updates on the FIAT-bridge. Failed validating leads to breaking operations issuing a "validation failed" events. |
| 2. | fiat-ramp node | Code will be found in [fiat-node](https://github.com/element36-io/ocw-ebics/tree/main/node) part of the repo. |
| 3. | Unit Tests | We will adapt unit tests and test data to cover creating and validating proofs. |
| 4. | Whitepaper| Update the hyperfridge whitepaper with new learnings and description of the implementation. |
| 5. | API| Update the hyperfridge whitepaper with new learnings and description of the implementation. |

| 1. | Stablecoin Parachain | Convert the current solochain into parachain. We will adjust client, runtime configurations, tests and documentation. |
| 2. | AssetHub Connection | Stablecoin asset is registered in the AssetHub, controlled through XCM, i.e minting and burning is on AssetHub. |
| 3. | Zombienet | We will provide a Zombienet configuration that will launch a parachain with a local relay chain. |
| 4. | E2e Tests | We will provide end to end tests that demonstrate the basic operations and use cases. |
| 5. | Whitepaper| Update the hyperfridge whitepaper with new learnings and description of the implementation, if any. |

### Milestone 5 Demo-UI with stable-coin application

Expand Down

0 comments on commit 3dd341c

Please sign in to comment.