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
feat(stellar): add deployment script for testing #428
base: main
Are you sure you want to change the base?
feat(stellar): add deployment script for testing #428
Changes from 39 commits
c027d0f
1e7b955
3994fe1
807da9c
2a8987e
d2bed2b
a5d4a25
931d770
10f26a0
16f147e
9a692fa
afdf858
6ea5983
cca6b78
d31b558
1b864ca
e621a91
72e0849
aa32344
14dda78
1d2b132
187b289
519380f
06bf4a7
ccd3cba
b73971b
e44d82c
bc86cd1
84ff763
3b65c21
7df3f61
76e910c
56bbf73
e7e7787
09dcf8a
b92c7ae
38227fa
4f3d910
59462c4
e06b235
e6533e2
66db0f7
dcd889e
abd26c1
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.
Why don't we just use
--fund
parameter to fund the stellar wallet?You can test it with
and go to stellar.expert and check the balance of the wallet address.
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.
it is possible to fund it during wallet creation but I was thinking that this would act like a test for the
faucet
command.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.
generate bindings script is not working properly as of now. did you run it sucessfully?