Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 582c9c0

Browse files
README updated
1 parent 189bf5d commit 582c9c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Examples of using json-rpc in Python for Monero.
1+
# Example usage of json-rpc in Python for Monero
22

33
Monero is a secure, private, untraceable cryptocurrency. For more information or questions,
44
please go to [getmonero.org](https://getmonero.org) and
@@ -23,7 +23,7 @@ programs on top of Monero.
2323

2424
## simplewallet
2525
The examples demonstrate how to call the most popular procedures
26-
that simplewallet exposes for other applications to use, such as:
26+
that `simplewallet` exposes for other applications to use, such as:
2727

2828
- getbalance
2929
- query_key
@@ -37,8 +37,8 @@ The basic documentaion of the procedures can be found
3737

3838
**Prerequsits**
3939

40-
Before executing this code make sure that simplewallet is
41-
running and listening for the incoming rpc calls. For example, you can run the simplewallet in rpc mode as follows:
40+
Before executing this code make sure that `simplewallet` is
41+
running and listening for the incoming rpc calls. For example, you can run the `simplewallet `in rpc mode as follows:
4242
```
4343
/opt/bitmonero/simplewallet --wallet-file ~/wallet.bin --password <wallet_password> --rpc-bind-port 18082
4444
```
@@ -288,7 +288,7 @@ More examples are [here](https://github.com/moneroexamples/python-json-rpc/blob/
288288

289289
## bitmonreod
290290

291-
The baisc bitmonerod rpc calls are as follows:
291+
The baisc `bitmonerod` rpc calls are as follows:
292292

293293
- getheight
294294
- query_key
@@ -303,7 +303,7 @@ The baisc bitmonerod rpc calls are as follows:
303303

304304
**Prerequsits**
305305

306-
Before executing this code make sure that bitmonerod is running.
306+
Before executing this code make sure that `bitmonerod` is running.
307307
Just like before, the code was written, tested and executed on Ubuntu 15.10 with
308308
Python 3.4.3 and it requires the [Requests package](https://pypi.python.org/pypi/requests).
309309

@@ -485,4 +485,4 @@ Generated output:
485485

486486
```
487487

488-
More examples hopefully soon soon.
488+
More examples hopefully coming soon.

0 commit comments

Comments
 (0)