This is confusing. I came to this page expecting information on TestRPC; however, instead it's a repo on Ganache-CLI which appears to be new.
I'm just interested in installing and starting TestRPC from the terminal. Is this gone now?
āganache-cliā is the same TestRPC that you know and love, but weāve
migrated it under the Truffle org and renamed it to be more in line with
the Truffle suite of tooling weāre building out.
Today the only thing that has changed is the repo location on GitHub, the
npm package name, and the command you type to launch it. Have a look at the
updated README for more info!
On Thu, Nov 23, 2017 at 6:49 PM Mark M. Muskardin notifications@github.com
wrote:
This is confusing. I came to this page expecting information on TestRPC;
however, instead it's a repo on Ganache-CLI which appears to be new.I'm just interested in installing and starting TestRPC from the terminal.
Is this gone now?ā
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/trufflesuite/ganache-cli/issues/432, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AAxAyIgMZ-9RGrR420_Y6QXuuKY61Fo2ks5s5gSWgaJpZM4QpP5f
.
Might be useful to just say outright that __"testrpc has been renamed to ganache-cli. Use ganache-cli in place of testrpc"__.
Otherwise, thanks for adopting it. š
@JasonGiedymin good idea!
$ npm install -g ethereumjs-testrpc
npm WARN deprecated [email protected]: ethereumjs-testrpc has been renamed to ganache-cli, please use this package from now on.
;-)
Just need one more arrow/sign. A few too many new people are coming from testrpc docs. Which say depreciated. So theyāre not going to ānpm installā it. They almost donāt believe the rename I guess (cautious ppl?).
In fact I was asked this very question by a dev for the second time. Which is why Iām here, got off my ass to see what happened.
Iāll PR it if I get asked one more time. :-D
A few too many new people are coming from testrpc docs. Which say depreciated.
@JasonGiedymin -- thanks for this. Can you please point me at the docs to which you're referring so that I can update them? Alternatively feel free to submit a PR if you're talking about our README.md!
@JasonGiedymin tx man, saved a life
Most helpful comment
Might be useful to just say outright that __"
testrpchas been renamed toganache-cli. Useganache-cliin place oftestrpc"__.