Replies: 2 comments
-
can you try using the script in this template? https://github.com/0xaptosj/aptos-full-stack-template in contract dir, run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure the account is funded and registered on the network. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
j.yunth
Describe your question in detail.
I've written a move module named wattswap. I'd like to deploy it using this account address: 0x5e8eb70f6dded49243d274418a8f762e8ad8740a4cd8c770423325ca854c05b4
I've followed every step in the deployment page in the aptos.dev website: https://aptos.dev/en/build/smart-contracts/deployment
I'm able to compile the contract with this address assigned to a named_address called
wattswap_addr
using the command.But when I try to deploy it using the next command, I am encountering an API error.
What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?
Here is my Move.toml file
Which operating system are you using?
Linux (Ubuntu, Fedora, Windows WSL, etc.)
Which SDK or tool are you using? (if any)
Aptos CLI
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions