Skip to content

Commit

Permalink
docs: geth attach for ganache-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlggggg committed Oct 25, 2018
1 parent af7d9fa commit 5592aa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ npm install -g ganache-cli
运行
ganache-cli
```

##### 连接到运行的ganache
由于ganache-cli是不带可交互的输入的,并且无法输入日志,这里与geth相同可以用geth attach连入。
```
geth attach http://localhost:8545
```
#### truffle

是一个以太坊开发框架,提供合约编译,合约部署,虚拟环境等功能。
Expand Down

0 comments on commit 5592aa5

Please sign in to comment.