1.download wget https://dist.ipfs.io/go-ipfs/v0.12.2/go-ipfs_v0.12.2_linux-amd64.tar.gz 2.unzip the file: # ta…
Author: OgawaKousei
Run the IPFS daemon in the background
1.Run the IPFS daemon in the background # ipfs daemon & 2.Register for service # echo “[Unit] Description=IPFS…
CentOS stream 9 : nodejs : ipfs-http-client install
1.ipfs-http-client A client library for the IPFS HTTP RPC API (/api/v0/*), implemented in JavaScript. ・ipfsにdo…
CentOS stream 9: nodejs : got install
1.got とは powerful HTTP request library for Node.js 2.環境 CentOS stream 9 3.gor install # npm install got added …
Can’t uninstall ganache
1.経緯 ・ganacheをglobal installして起動させると、以下のerrorがでる -bash: /usr/local/bin/ganache: Permission denied 2.以下を参照して手動で…
nodejs: xxx is not a function or its return value is not iterable
1.errorの原因 functionにawaitを付け忘れると出る 2.errorの条件 ・呼び出しfunctionのreturn値が配列 かつ ・呼び出しfunction をasyncで定義している 3.理由 its…
sendTransaction (送金)に必要なGas代(トランザクション手数料)
1.sendTransaction に必要なGas(トランザクション手数料) ETHの送金やスマートコントラクト実行のトランザクション承認手数料 EIP-1559で、トランザクションガス手数料のメカニズムが変更になった …
currency.js Gweiで求めた値をGweiもしくはETHで表示する
1.Gweiで求めた値をGweiもしくはETHで表示する ・小数点以下の表示の設定 ・symbol ・pattern 2.require ・currency.js 3.code const currency = requ…
Wei , Gwei , Ether
1.単位 1 Ether = 1,000,000,000,000,000,000 Wei 1 Ether = 1,000,000,000 Gwei 1 GWai = 1,000,000,000 Wei https://w…
npm :web3.jsをインストール
# npm install web3 added 6 packages, and audited 370 packages in 9s 55 packages are looking for funding run `n…