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: aptos/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ The executor folder was generated with `aptos move init --name executor`.
4
4
5
5
This module was developed with aptos CLI `7.2.0`. It should generally match the Sui implementation with minor changes necessary for Aptos-specific implementation details.
6
6
7
+
> 💡 Note: The `payeeAddress` on the signed quote must be registered for `AptosCoin` before being able to receive payments.
8
+
7
9
## Development
8
10
9
11
[Move IDE Plugins](https://aptos.dev/en/build/smart-contracts#move-ide-plugins)
@@ -37,14 +39,22 @@ aptos init
37
39
38
40
Then, publish the module immutably via a resource account.
0 commit comments