Giter VIP home page Giter VIP logo

Comments (20)

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024 1

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)

from boeclient.

d1ggy1bh avatar d1ggy1bh commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

Database is MySQL or PostgreSQL?

from boeclient.

d1ggy1bh avatar d1ggy1bh commented on August 11, 2024

MySQL. it needs PostgreSQL?

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

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

laravel/laravel#4077

from boeclient.

d1ggy1bh avatar d1ggy1bh commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

Do

php artisan migrate:reset

and then again

php artisan migrate

from boeclient.

d1ggy1bh avatar d1ggy1bh commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

https://demo.buyownex.com/trading/USDT/BTC

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

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?

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

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.

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

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

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

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

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

image_2023_10_20T05_56_41_953Z

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

And also I am upgrade Laravel 7 to 10 version.

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

And also I am upgrade Laravel 7 to 10 version.

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

from boeclient.

therahuljaiswal avatar therahuljaiswal commented on August 11, 2024

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

from boeclient.

BuyOwnEx avatar BuyOwnEx commented on August 11, 2024

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)

from boeclient.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.