-
Notifications
You must be signed in to change notification settings - Fork 5
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
Correct setup #163
Comments
For this one: add stellar.toml to /config folder with content like
For the rest I think you need to pull latest changes from master, these fixes were merged recently. |
Thanks I am using the latest pull though and i still can't get those tests
to pass.
I will add the stellar.toml file as you said, but i am more concerned about
the Deposits, withdrawal and Transactions.
Thanks
…On Mon, Jul 20, 2020 at 12:10 AM Sergey ***@***.***> wrote:
For this one:
❌ TOML File > fields > has issuer documentation
add stellar.toml to /config folder with content like
[DOCUMENTATION]
ORG_NAME="Can be provided upon request"
ORG_DBA="Papaya"
ORG_URL="https://apay.io"
ORG_LOGO="https://beta.apay.io/assets/img/papaya_logo.svg"
ORG_DESCRIPTION="Leading Stellar anchor"
ORG_PHYSICAL_ADDRESS="Can be provided upon request"
ORG_PHYSICAL_ADDRESS_ATTESTATION="Can be provided upon request"
ORG_PHONE_NUMBER="Can be provided upon request"
ORG_PHONE_NUMBER_ATTESTATION="Can be provided upon request"
ORG_KEYBASE="apay.public"
ORG_GITHUB="apay-io"
***@***.***"
[[PRINCIPALS]]
name="Sergey Yusupov"
***@***.***"
telegram="umbre1"
twitter="uniqbiun"
keybase="umbrel"
github="s-a-y"
For the rest I think you need to pull latest changes from master, these
fixes were merged recently.
Thanks for your suggestion regarding env variables, you're right, I'm
going to start working on some docs whenever I have time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZWRFB2372GPW7N44O2FLR4N4NHANCNFSM4O76QFAQ>
.
--
'Yinka *Tanimomo* ( *MCTS*,*CCNA* )
Software/Web/Mobile/Blockchain Developer
|
These are the env variables i have found, are there any?
Withdrawal and Deposits still not working for me, what else do i have to do? |
There are few more env variables, but those are not important for normal functioning of the system. If you contact me on t.me/umbre1 or keybase.io/umbrel I can help you debug. Deposit and withdrawal endpoints just return the url to your frontend |
Hi,
I have tried setting up the transfer server for a fiat stablecoin i am working on.
I had to figure out by going through the code some environment variables needed to get things to work, i think they should all be listed in one place , if not developers will not know they are needed.
After all that though, SEP validation using the stellar.validator is still failing, please are there any more steps needed to get everything working, becuase i notcied that test.apay.io is passing all the tests.
You can see my test results here
https://anchor-validator.stellar.org/?home_domain=stellar.zarclays.com/&mainnet=false&project=SEP24
The text was updated successfully, but these errors were encountered: