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

Skip to content

Commit 7726016

Browse files
README updated.
1 parent fe2b18f commit 7726016

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ Most important functions of Monero's simplewallet and
44
bitmonreod can be executed by means of JavaScript Object Notation Remote Procedure Calls ([json-rpc](https://en.wikipedia.org/wiki/JSON-RPC)).
55

66
Using these procedures, other applications can be developed
7-
on top of the simplewallet. For example, a GUI,
8-
or an web applications allowing for accessing wallet balance
9-
online.
7+
on top of the simplewallet and bitmonerod. For examples, a GUI wallet,
8+
an web applications allowing for accessing wallet balance
9+
online, block explorer, etc.
1010

1111
Despite this, there seem to be no tutorials and/or examples of how
1212
to use json-rpc to interface both bitmonerod and simplewallet. For this
1313
reason, the following examples in Python were created.
1414

15+
Hopefully, they will allow others to start developing some python
16+
programs on top of Monero.
17+
1518
## simplewallet
1619
The examples demonstrate how to call the most popular procedures
1720
that simplewallet which are exposed for other applications to use such as:

0 commit comments

Comments
 (0)