You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,7 @@ y: burnedToken
461
461
1. All contracts must be deployed. After that we can connect it from the web2 side.
462
462
1. What Phase 1 looks like is as the image below.
463
463
2. The main function which needs to be called by relayer on behalf of the user is the `exchange()` function.
464
-
1. In order to call it, the user needs to generate its own signature by signing with his private keys.
464
+
1. In order to call it, the user needs to generate his own signature by signing with his private keys.
465
465
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.
466
466
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.
467
467
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.
0 commit comments