smartpunter
smartpunter
Please, allow to specify connection to local unix socket for mysql and redis database. So user can provide configuration option 'socket', which will be used instead of 'host' and 'port'...
> transfer(address, value): transfer NAS from contract to address > params: > address: nebulas address to receive NAS > value: transfer value, a BigNumber object > return: > 0: transfer...
Something like convertMnemonice(mnemonicPhrase, addressIndex), which takes bip39 mnemonic, converts it to proper private key, according to index, and returns both private key and NAS wallet. addressIndex is used in BIP32...
jupiterClient from SDK internally uses 2 endpoints: /quote to retrieve swap route and /swap to retrieve transaction data. Recently jupiter have updated their [API](https://docs.jup.ag/docs/swap-api) and now this functionality is provided...