Skip to content

Commit

Permalink
fix a wording
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 25, 2024
1 parent 4164681 commit 52eaa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ y: burnedToken
1. All contracts must be deployed. After that we can connect it from the web2 side.
1. What Phase 1 looks like is as the image below.
2. The main function which needs to be called by relayer on behalf of the user is the `exchange()` function.
1. In order to call it, the user needs to generate its own signature by signing with his private keys.
1. In order to call it, the user needs to generate his own signature by signing with his private keys.
2. The trusted relayer will then call the function with the signed message. Gas fee will be paid by the relayer instead of the user.
3. Some of the data is stored in the contract in nature. But the dev can decide if they want to store the data also in DB or not.
4. Some accounts with special roles are initialized in the contract in the beginning. Needless to say, the accounts with special roles are supposed to be handled very carefully.
Expand Down

0 comments on commit 52eaa1f

Please sign in to comment.