exchangemarket/src
sairajzero f9551c856d Updating sell-requirement
- Users can only sell when enough sell-chips (for asset) are available.
- sell-chips are obtained by
  . buying assets
  . receiving asset from distributor
  . deposit (FLO only) as launch-seller (maximum of 1 million)
- Updated coupling for the requirement
- Improved getBestSeller and getBestBuyer: Directly fetch from SQL query
- Removed group.js (moved required functions to market.js)
- Updated SQL schema
2022-04-17 03:44:34 +05:30
..
backup Distributor feature and Balance structure change 2022-04-13 01:06:01 +05:30
_constants.js Updating sell-requirement 2022-04-17 03:44:34 +05:30
app.js Distributor feature and Balance structure change 2022-04-13 01:06:01 +05:30
coupling.js Updating sell-requirement 2022-04-17 03:44:34 +05:30
database.js Adding transfer token feature 2022-03-12 02:25:31 +05:30
main.js Updating sell-requirement 2022-04-17 03:44:34 +05:30
market.js Updating sell-requirement 2022-04-17 03:44:34 +05:30
price.js Increase decimal toFixed(8) 2022-03-30 20:38:08 +05:30
request.js Updating sell-requirement 2022-04-17 03:44:34 +05:30
set_globals.js Adding transfer token feature 2022-03-12 02:25:31 +05:30