-
Notifications
You must be signed in to change notification settings - Fork 1
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
D1.1 Create a test address and do the 7 txs (script): #6
Comments
I would love to do the scripts on javascript for direct use on a nodejs server... However I'm not sure if there is a package ready to do a script like the needed ones |
Working in #8 |
@chopan123 I think that is more elegant to generate n addressses and store them in a json like this
Like this you will do |
I started a script for some addresses to add/remove liquidity, they need more development though, it is on scripts/SDEX/ |
Done on https://github.com/paltalabs/mercury-client/tree/main/scripts/do-7-txs it can be called using It creates 3 addresses, and do the defined 7 txs |
In Javascript or bash? @esteblock
We should create 2 scripts:
createAddress.js
which will create 2 Addresses and stores keys for later use ontestKeys.json
subscriptionConfig.json
with typeaccount
run7txs.js
runs:If needed, create all necessary docker related files to avoid dependency problems (you may need to use soroban-cli for example)
The text was updated successfully, but these errors were encountered: