Exchange market for FLO to rupee# and vise-versa
Go to file
sairajzero 65c0d3c91f Blockchain-bonds and Bobs-fund balance check API
- Added API to check the balance and closing-amount needed for blockchain-bonds and bobs fund (checkBlockchainBond, checkBobsFund) in floExchangeAPI.
- API resolves values in
  .pending: bond/fund closed by user, but not yet finished processing
  .ready: bond/fund ready to close by users
  .upcoming: bond/fund that will be out of lockin period (by given prior_time parameter)

- Fixed: Bonds and Funds closing data not written to DB due to async
- Fixed: floExchangeAPI not reading trusted-id list from blockchain
- Added floExchangeAPI.config: getters for trustedList, assetList and tagList
2022-11-17 17:53:37 +05:30
args Keys: Fixes and Improvements 2022-11-16 22:08:00 +05:30
docs Blockchain-bonds and Bobs-fund balance check API 2022-11-17 17:53:37 +05:30
setup Update setup files 2022-11-16 21:43:41 +05:30
src Blockchain-bonds and Bobs-fund balance check API 2022-11-17 17:53:37 +05:30
.gitattributes Initial commit 2021-08-30 21:57:41 +05:30
.gitignore Update setup files 2022-11-16 21:43:41 +05:30
LICENSE Adding package.json 2021-10-16 00:19:48 +05:30
package.json Update setup files 2022-11-16 21:43:41 +05:30
README.md Changing env-var to arguments 2022-10-25 03:18:36 +05:30
start.js Update database module 2022-11-12 04:30:25 +05:30

exchange-market

Exchange market for FLO to rupee# and vise-versa

Run commands


npm install                     - Install the app and node modules.
npm run help                    - List all commands.
npm run setup                   - Finish the setup (configure and reset password).
npm run configure               - Configure the app.
npm run reset-password          - Reset the password (for private-key).
npm run create-schema           - Create schema in MySQL database.

npm start                       - Start the application (main).

NOTE: Argument PASSWORD required for npm start.

npm start -- -PASSWORD=<password>

(Optional) Multiple instance can be run/setup on the same dir with different config files by using argument 'I'.

<command> -- -I=<instance_ID>

(Optional) console.debug is now turned off by default. pass argument --debug to turn it on

npm start -- -PASSWORD=<password> --debug