Skip to content

Commit 84b735f

Browse files
authored
[readme] add native babel into readme (#217)
1 parent f17e089 commit 84b735f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ If you want to also make your node be a [gateway](#gateway), which could process
100100
docker run -d --restart on-failure --name iotex \
101101
-p 4689:4689 \
102102
-p 14014:14014 \
103+
-p 15014:15014 \
103104
-p 8080:8080 \
104105
-v=$IOTEX_HOME/data:/var/data:rw \
105106
-v=$IOTEX_HOME/log:/var/log:rw \
@@ -178,6 +179,8 @@ In step 4, you need to use the snapshot for TestNet: https://t.iotex.me/testnet-
178179
## <a name="ioctl"/>Interact with Blockchain
179180

180181

182+
### ioctl
183+
181184
You can install `ioctl` (a command-line interface for interacting with IoTeX blockchain)
182185

183186
```
@@ -211,7 +214,7 @@ ioctl node delegate
211214

212215
Refer to [CLI document](https://github.com/iotexproject/iotex-core/blob/master/ioctl/README.md) for more details.
213216

214-
### Other Commonly Used Commands
217+
#### Other Commonly Used Commands
215218

216219
Claim reward:
217220
```
@@ -224,6 +227,13 @@ ioctl action invoke io1p99pprm79rftj4r6kenfjcp8jkp6zc6mytuah5 ${amountInIOTX} -s
224227
```
225228
Click [IoTeX Tube docs](https://github.com/iotexproject/iotex-bootstrap/blob/master/tube/tube.md) for detailed documentation of the tube service.
226229

230+
### JSON RPC API(Babel service)
231+
232+
Our node supports most of methods of [Ethereum's JSON-RPC protocol](https://eth.wiki/json-rpc/API). The local endpoint of babal service is `localhost:15014` on the gateway node.
233+
234+
Additional method support could be requested [here](https://github.com/iotexproject/iotex-core/issues).
235+
236+
227237
## <a name="log"/>Enable Logrotate
228238
`logrotate` is pre-installed when building the image. But `crond` (daemon to execute scheduled commands) doesn't automatically start when the docker contaiter starts in alpine linux.
229239

0 commit comments

Comments
 (0)