Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMM: Swap and add liquidity scripts #312
AMM: Swap and add liquidity scripts #312
Changes from all commits
8b64676
40f5f43
d3a3d1d
0722431
8ea8638
1c40ea8
ef9b556
bab24e0
57af372
d0eae8a
fdb3fa6
731a59f
014ff68
ceef4f5
e95c80b
ddf4309
c21cf86
60c106b
0d45477
a24d455
566ad54
ed63bfe
4e85b14
548cc3b
51a7252
ed729e5
ecee814
e8daa8a
9e6ce18
fffc755
5785730
d46fd1a
1d7e835
7a240a9
333e51c
b33f215
5f0dfe2
907d4b3
46dc7f0
b81a421
7bbc2a2
a50e8e8
0f05db4
fe4b917
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are approaching a point where we should expand the documentation of how a project is Run.
Taking a look at the section below, Running the Project, we split devops into UI and Tests.
As a brief insight, I think we will move towards breaking that up into building the contracts, deploying them, using scripts, running tests, UI and possibly other sections for containers or anything else that is project specific.
I think this will be a separate issue that I'll need to consider a bit more so there's no need to experiment here now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this app specifically, scripts will be used in the frontend, however they have tests like contracts do.
Also worth pointing out that whether the word "scripts" refer to Sway scripts or otherwise may be ambiguous to more external people.
However I get what you mean and I agree, the Running the Project section will evolve along with our repo structure and tooling integration.