-
Notifications
You must be signed in to change notification settings - Fork 18
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
Need help with testing #27
Comments
Database is MySQL or PostgreSQL? |
MySQL. it needs PostgreSQL? |
Generally, you can use any database that supports Laravel
In your case (MySQL) you have some limitations https://dev.mysql.com/doc/refman/8.0/en/create-index.html Prefix support and lengths of prefixes (where supported) are storage engine dependent. For example, a prefix can be up to 767 bytes long for InnoDB tables that use the REDUNDANT or COMPACT row format. The prefix length limit is 3072 bytes for InnoDB tables that use the DYNAMIC or COMPRESSED row format. For MyISAM tables, the prefix length limit is 1000 bytes. The NDB storage engine does not support prefixes (see Section 23.2.7.6, “Unsupported or Missing Features in NDB Cluster”). |
To fix this issue you can do the same as in this topic |
Do
and then again
|
can you show me your demo version link ? your website exchange demo can't open it |
Here is why we can't control deposit and withdrawals. If I want to build a deposit and withdrawal then how i can do it with your code? |
This repo is white label for BuyOwnEx complex decision. |
Thank you I got it. I have one more question About it , When registering any user all crypto wallets are auto-created like Binance or other websites. if is automatically created then we can deposit currencies in the wallet and start trading. |
Crypto addresses are not auto-created and assigned when user registered. They are created and assigned via first request at get_address route. But want to notice, that you get answer (user`s new crypto address) via websocket. After that you can deposit at this address and start trading |
hi @BuyOwnEx I am facing an issue your API server port is not working |
And also I am upgrade Laravel 7 to 10 version. |
updated server hostname and api keys in last commit |
Soon, I`ll release new branch for Laravel 10 + Vite |
Your new server is also not working : https://api.buyownex.com/ |
https://api.buyownex.com/v1/ping - test for availibility |
Any issues are wellcome
The text was updated successfully, but these errors were encountered: