TrasherDK
TrasherDK
I'm running in Git `bash` with no problem: ```sh admin@ACER-64BIT MINGW64 /c/Workspace/Github/electron-quick-start (master) $ node -v && npm -v v16.13.1 8.3.0 ``` and ```sh $ npm install up to date,...
Positional parameters, description field optional. `monero:,piconero,base64(desc):,piconero,base64(desc)`
I would not use `?`, `amount`, `description` and `=`. Using `:` as delimiter for separate transactions. `monero::` where a transaction is `,piconero,base64(desc)` making `description` optional.
I would think it would be easier (less code) to parse my version :question:
[Read the docs](https://www.bezkoder.com/node-js-express-login-example/#Token_Based_Authentication)
And you are setting a `Authorization: Bearer ....` header?
@dummdidumm Adding a link, in your response, to the somewhat official vite template, might help with the make it more discoverable part :smile:
What's the point of encrypting something to be decrypted by a public key? Keyword here is **public**
When generating candles from ticks, you'd want to save the volume information too. `volumeFrom` and `volumeTo` as sum of total amount of asset traded, and sum of price per tick.
:smile: ```js const request = require('request'); // API endpoint for retrieving trade fill data const API_ENDPOINT = 'https://api.example.com/tradefills'; // Time period for each candle, in minutes const CANDLE_PERIOD = 5;...