Preloader image
DDD

블럭체인

ethereumjs-testrpc

작성자 관리자 (admin)
조회수 5,243
입력일 2019-01-17 14:48:59

c:\NodeJs\ethereumjs-testrpc>npm -v
6.4.1

c:\NodeJs\ethereumjs-testrpc>node -v
v10.14.0

c:\NodeJs\ethereumjs-testrpc>npm install -g ethereumjs-testrpc
npm WARN deprecated ethereumjs-testrpc@6.0.3: ethereumjs-testrpc has been renamed to ganache-cli, please use this package from now on.
C:\Users\LinuxKhan\AppData\Roaming\npm\testrpc -> C:\Users\LinuxKhan\AppData\Roaming\npm\node_modules\ethereumjs-testrpc\build\cli.node.js

> uglifyjs-webpack-plugin@0.4.6 postinstall C:\Users\LinuxKhan\AppData\Roaming\npm\node_modules\ethereumjs-testrpc\node_modules\uglifyjs-webpack-plugin
> node lib/post_install.js

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.6 (node_modules\ethereumjs-testrpc\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.6: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ ethereumjs-testrpc@6.0.3
added 333 packages from 284 contributors in 18.392s

c:\NodeJs\ethereumjs-testrpc>testrpc
EthereumJS TestRPC v6.0.3 (ganache-core: 2.0.2)

Available Accounts
==================
(0) 0xf43606fc9e9f0b9ece06ad7d25ffa2ebe412f8c8
(1) 0x8c2845dc19ac3418041b49c0d5535c769a54982e
(2) 0x24682d2ce83c1911343068b625388e621ca8b062
(3) 0x5c11b999c0fbe4eb550e4889c9090fe8bcacc11e
(4) 0x2369755cc4ad047c576ac2a022d45699c82ba02f
(5) 0xb0df7c992a60254b52116e57c624519d0d928f18
(6) 0x997bed9be74ef04b5475f94ddd804a2c8826f3af
(7) 0x977e28f5451d0e39418d09a4caa21b7a3bf22fac
(8) 0x4f714159e225b3ea2d3aff0d534de66b12046510
(9) 0xea9a35e562039ee886f40a0d5188b32e51c8c9ff

Private Keys
==================
(0) 24b5ac01e519d558e85496d3d1a6fe411598a258c84bfd411dae5a7d736c88a1
(1) b1a3d19aec202dccb6dfee1b2e27b1f406e78f8e0bac56c6fceec7625a288a16
(2) 509c8bdd714533baf6f7ce4f685638cb88c8690393edbdc0ff322c19b8eb6675
(3) dc742ffbf60e918cfbd1f5f0e5f58f7e400138537bbcf4a6fda506118342d73f
(4) 4c2aac2f756f101a26853c5d75c7c36d5e158c4d63c57eaf932039896b6a3cdf
(5) 528b09e02625348a74ee3a08cd7249d3ceeeb463eb6e87eb658bc115ab868edb
(6) a5ab4d6af611bfb519046178a0d00f82d466388cfede3514fdeafb0783a5b1dc
(7) 3880962c029f7542c1fc9b3ea556dd51c0c98b4e00eafa5e1ce51c2414f1997e
(8) a03057d1eb07fdc36ebeebbd3db55f3b9754437426eb228277ce526a4a456b20
(9) 369044d5ecc76a04ad577ef5113a782ebdd49b59426cc42171aa8213ee6d00a1

HD Wallet
==================
Mnemonic:      large tuna range sibling universe bar off hungry eight cup artefact candy
Base HD Path:  m/44'/60'/0'/0/{account_index}

Listening on localhost:8545

 

 

^