블록체인
cosmos-sdk-js
iesay
2020. 4. 29. 09:29
https://github.com/cosmos/cosmos-sdk-js
이더리움의 web3.js 같이 잘되면 좋겠다.
git clone https://github.com/cosmos/cosmos-sdk-js.git
|
root@tkpark:~/cosmos-sdk-js# npm install --save cosmos-sdk npm ERR! Linux 4.15.0-96-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--save" "cosmos-sdk" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ENOSELF npm ERR! Refusing to install cosmos-sdk as a dependency of itself npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /root/cosmos-sdk-js/npm-debug.log root@tkpark:~/cosmos-sdk-js#
|