Skip to content

Commit

Permalink
Add pcidss oracle gateway doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam authored Apr 4, 2024
1 parent bbe0347 commit 030ab09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions applications/ISO-8583-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ The implementation is inspired from the previous [research](https://github.com/a
| **0e.** | Article | I will publish an article that explains the complete lifecycle and future plans of the project |
| 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 in Rust to illustrate full lifecycle of ISO-8583 transactions |
| 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 and PCIDSS compliant oracles. 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 in Rust to illustrate full lifecycle of ISO-8583 transactions. |
| 5. | PCIDSS Oracle Gateway | I will enhance PCIDSS Oracle Gateway services to make it work with Substrate chain. This is essentially adding new service that monitors and reacts to certain events from Substrate chain. |
| 5. | Makefile | I will create a Makefile that will provide commands to ease testing, running and maintaining the project |

## Future Plans
Expand Down

0 comments on commit 030ab09

Please sign in to comment.