0.0.11 • Published 7 years ago
testrpc-geth2 v0.0.11
Для старта ноды:
Установить geth https://geth.ethereum.org/downloads/
Установить ноду
npm i -g testrpc-geth
Запустить
testrpc-geth
truffle
не работает. Используйте truffle@beta
npm uninstall -g truffle
npm install -g truffle@beta
Запуск с помощью Docker
docker build -t geth .
docker run -it -p 8545:8545 geth
0.0.11
7 years ago