I hereby claim:
- I am pitersky on github.
- I am pitersky (https://keybase.io/pitersky) on keybase.
- I have a public key ASCothrcFKrkd0XG_C7-XK34LMBTVSfFutSoGZFjJEFEogo
To claim this, I am signing this object:
[ | |
{ | |
"className": "ARKCoin", | |
"txWebUrl": "https://explorer.ark.io/transaction/", | |
"feeData": { | |
"fee": "10000000" | |
}, | |
"explorers": [ | |
{ | |
"className": "ArkExplorer", |
1. load https://github.com/CityOfZion/neon-js/blob/next/examples/advanced/transfer.js | |
2. replace inputs with | |
const inputs = { | |
fromAccount: new wallet.Account( | |
"KwRkhiNzxvpLVuW292eQV1kyf9Dw4tit8Y8s2NXDm3RbrB2sKdrj" | |
), | |
toAccount: new wallet.Account( | |
"NXx9xwpH5tmAjsqbTyfZqFnQd74ME2eat5" | |
), |
[ | |
{ | |
"className": "BTCCoin", | |
"txWebUrl": "https://bitcoin.atomicwallet.io/tx/", | |
"socket": true, | |
"feesEstimateUrl": "https://bitcoinfees.earn.com/api/v1/fees/recommended", | |
"feeData": { | |
"coefficient": 5, | |
"feePerByte": "120" | |
}, |
[ | |
{ | |
"className": "BTCCoin", | |
"txWebUrl": "https://bitcoin.atomicwallet.io/tx/", | |
"socket": true, | |
"feesEstimateUrl": "https://bitcoinfees.earn.com/api/v1/fees/recommended", | |
"feeData": { | |
"coefficient": 5, | |
"feePerByte": "120" | |
}, |
yurec@DESKTOP-EIN0K01:~/atomic-core$ nvm use 14 | |
Now using node v14.16.0 (npm v6.14.11) | |
yurec@DESKTOP-EIN0K01:~/atomic-core$ npm i | |
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it! | |
[ ......] - extract:lisk-sdk: sill extract lisk-sdk@git://github.com/Atomicwallet/lisk-sdk.git#feature/es5build extracted to /ho[ ......] \ extract:lisk-sdk: sill extract lisk-sdk@git://github.com/Atomicwallet/lisk-sdk.git#feature/es5build ex[ ......] \ extract:lodash: sill extract [email protected] extracted to /home/yurec/atomic-core/node_modul[ ......] \ extract:lodash: sill extract [email protected] extracted to /home/yurec/atomic-core/node_m[ ......] \ extract:lodash: sill extract [email protected] extracted to /home/yurec/atomic-core/nod[ ......] \ extract:lodash: sill extract [email protected] extracted to /home/yurec/atomic-co | |
> [email protected] preinsta |
yurec@DESKTOP-EIN0K01:~/atomic-core$ npm i | |
npm ERR! code 1 | |
npm ERR! git dep preparation failed | |
npm ERR! command /home/yurec/.nvm/versions/node/v15.10.0/bin/node /home/yurec/.nvm/versions/node/v15.10.0/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/yurec/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit | |
npm ERR! npm WARN using --force Recommended protections disabled. | |
npm ERR! npm ERR! code 1 | |
npm ERR! npm ERR! path /home/yurec/.npm/_cacache/tmp/git-clone-d42cb63e/node_modules/bufferutil | |
npm ERR! npm ERR! command failed | |
npm ERR! npm ERR! command sh -c prebuild-install || node-gyp rebuild | |
npm ERR! npm ERR! make: Entering directory '/home/yurec/.npm/_cacache/tmp/git-clone-d42cb63e/node_modules/bufferutil/build' |
I hereby claim:
To claim this, I am signing this object:
(function() { | |
console.log('Hello, world!') | |
})() |