Exchange market for FLO to rupee# and vise-versa
- 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 |
||
|---|---|---|
| args | ||
| docs | ||
| setup | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| start.js | ||
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