1.nvm useの使い方 # nvm use 16 Now using node v16.14.0 (npm v8.3.1) # n –stable 16.15.0 [root@hayashi-nodejs-deve…
Month: 5月 2022
nodejs: nodeのipv4 addressを調べる
1.nodeのipv4 addressを調べる defaultでは、maskが24 bitのものを、terminalのipv4 address としている 2.code const os = require(‘os’);…
ropsten での送金テスト code
1.ropsten での送金テスト code 2.code “use strict”; const Web3 = require(‘web3’) const web3 = new Web3(‘https://ropste…
truffleのinsall でerror :npm ERR! code 127
1.結論 truffle initは、あきらめた ・今のところTruffleはnpm
ganacheのnetworkでsendSignedTransaction を実行すると”Invalid signature v value”のerrorが出る
1.Error Invalid signature v value 2.環境 (1) netowrk ・ganache v7.1.0 (@ganache/cli: 0.2.0, @ganache/core: 0.2.0)…
sendSignedTransacrtionの待ち時間の調整
1.sendSignedTransacrtionの待ち時間の調整 Ropstenのtest networkでは、Ganacheのlocal networkと異なりsendSignedTransacrtionので待ち時間が…
MetaMaskで、Ropstenテストネットワークでの送金確認
1.MetaMask Firefx 拡張機能 2.Ropstenテストネットワークでの送金確認 3.受領 0 ETHの理由 ・1 Gweiしか送金していないので
(node:2551164) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
1.nodejs: Error ・nodeのversionを上げるとapplicationの実行時にerrorがでる (node:2551164) ExperimentalWarning: The Fetch API i…
nvmのinstall
1.nvmのinstall 2.nodeの現在のversion # node -v v18.1.0 3.nvmのdownload # curl -o- https://raw.githubusercontent.com/…
applicationで確認すると、redisのversionが新しすぎて、redisに接続できない
1.applicationで確認すると、redisのversionが新しすぎて、redisに接続できない 2.errorは取り忘れた 3.upgrade前のversion connect-redis 4.0.4 6.1….