UNPKG

biot-core

Version:

```sh $ npm install $ cd examples $ node balance.js ```

15 lines (11 loc) 538 B
exports.bLight = true; exports.storage = 'sqlite'; exports.hub = 'byteball.org/bb-test'; exports.deviceName = 'Test device address'; exports.permanent_pairing_secret = 'test'; exports.KEYS_FILENAME = 'keys.json'; exports.TIMESTAMPER_ADDRESS = 'OPNUXBRSSQQGHKQNEPD2GLWQYEUY5XLD'; // isTestnet ? 'OPNUXBRSSQQGHKQNEPD2GLWQYEUY5XLD' : 'I2ADHGP4HL6J37NQAD73J7E5SKFIXJOT' exports.unitValue = 1000000000; //GB exports.salt = 'qfwfO(JU)IDFjpwsadsd!@#L }PA<SCASD'; // exports.socksHost = '127.0.0.1'; // exports.socksPort = 9050;