From bbe034737fc771088eb4650353369aaf308c6a3b Mon Sep 17 00:00:00 2001 From: Dastan <88332432+dastansam@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:04:24 +0200 Subject: [PATCH] Update ISO-8583-implementation.md --- applications/ISO-8583-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ISO-8583-implementation.md b/applications/ISO-8583-implementation.md index 2940a647b61..1bcd05ba22f 100644 --- a/applications/ISO-8583-implementation.md +++ b/applications/ISO-8583-implementation.md @@ -157,7 +157,7 @@ The implementation is inspired from the previous [research](https://github.com/a | 1. | Substrate Chain | I will create a Substrate chain forked from `substrate-node-template`. | | 2. | Offchain Worker | I will write an offchain worker logic that queries PCIDSS compliant gateway for ISO-8583 messages, processes them and dispatches extrinsics to the chain. | | 3. | ERC-20R Pallet | I will create a pallet that implements the `ERC-20R` interface. It will be responsible for processing incoming message from the offchain-worker. It will perform security checks, maintain the ledger and control the issuance of the tokens. | -| 4. | Integration tests | I will add end-to-end tests with Javascript and `zombienet` | +| 4. | Integration tests | I will add end-to-end tests in Rust to illustrate full lifecycle of ISO-8583 transactions | | 5. | Makefile | I will create a Makefile that will provide commands to ease testing, running and maintaining the project | ## Future Plans