Skip to content
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

Open
BuyOwnEx opened this issue Jun 10, 2021 · 20 comments
Open

Need help with testing #27

BuyOwnEx opened this issue Jun 10, 2021 · 20 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@BuyOwnEx
Copy link
Owner

Any issues are wellcome

@BuyOwnEx BuyOwnEx added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 10, 2021
@d1ggy1bh
Copy link

Hi! when i try to deploy this , it showing
image

@BuyOwnEx
Copy link
Owner Author

Database is MySQL or PostgreSQL?

@d1ggy1bh
Copy link

d1ggy1bh commented Feb 16, 2022

MySQL. it needs PostgreSQL?

@BuyOwnEx
Copy link
Owner Author

Generally, you can use any database that supports Laravel

  • MySQL 5.6+
  • PostgreSQL 9.4+
  • SQLite 3.8.8+
  • SQL Server 2017+

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”).

@BuyOwnEx
Copy link
Owner Author

To fix this issue you can do the same as in this topic

laravel/laravel#4077

@d1ggy1bh
Copy link

d1ggy1bh commented Feb 16, 2022

now, still turn to this!
when i using php artisan migrate this command
image

@BuyOwnEx
Copy link
Owner Author

Do

php artisan migrate:reset

and then again

php artisan migrate

@d1ggy1bh
Copy link

d1ggy1bh commented Feb 16, 2022

can you show me your demo version link ? your website exchange demo can't open it
i really want to see how is going. thanks

@BuyOwnEx
Copy link
Owner Author

@therahuljaiswal
Copy link

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?

@BuyOwnEx
Copy link
Owner Author

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.
If you want to form withdrawal, for example, you can use withdraw_crypto_request route (./routes/web.php line 103)
If you want to deposit funds, you need only assigned address and you can get it via get_address route (./routes/web.php line 136)

@therahuljaiswal
Copy link

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.

@BuyOwnEx
Copy link
Owner Author

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

@therahuljaiswal
Copy link

hi @BuyOwnEx I am facing an issue your API server port is not working
SERVER=http://65.108.71.47:18888
Could you help ?

@therahuljaiswal
Copy link

image_2023_10_20T05_56_41_953Z

@therahuljaiswal
Copy link

And also I am upgrade Laravel 7 to 10 version.

@BuyOwnEx
Copy link
Owner Author

hi @BuyOwnEx I am facing an issue your API server port is not working SERVER=http://65.108.71.47:18888 Could you help ?

updated server hostname and api keys in last commit

@BuyOwnEx
Copy link
Owner Author

And also I am upgrade Laravel 7 to 10 version.

Soon, I`ll release new branch for Laravel 10 + Vite

@therahuljaiswal
Copy link

Your new server is also not working : https://api.buyownex.com/
Screenshot 2023-10-23 at 1 53 39 PM

@BuyOwnEx
Copy link
Owner Author

https://api.buyownex.com/v1/ping - test for availibility
Also, you have to work with this api through BuyOwnEx library (https://github.com/BuyOwnEx/BOEClient/blob/master/app/Library/BuyOwnExClientAPI.php)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants