San Lee
San Lee
I tried to run `node app.js` but got an error as follows: ``` Error: Tendermint node crashed at ChildProcess.tendermintProcess.on (/Users/shlee/dvlp/dApp/6Cosmos/lotion-coin/node_modules/lotion/index.js:239:13) at ChildProcess.emit (events.js:180:13) at maybeClose (internal/child_process.js:936:16) at Socket.stream.socket.on (internal/child_process.js:353:11) at...
got this error when `node wallet.js` ``` Error: "privkey" must be a 32-byte Buffer at new Wallet (/Users/shlee/dvlp/dApp/6Cosmos/Coins/coins/src/wallet.js:12:13) at Function.WrapperClass [as wallet] (/Users/shlee/dvlp/dApp/6Cosmos/Coins/coins/node_modules/old/lib/index.js:13:12) at main (/Users/shlee/dvlp/dApp/6Cosmos/Coins/wallet.js:10:30) at at process._tickCallback (internal/process/next_tick.js:182:7)...