Skip to content
Snippets Groups Projects
Commit 706786d9 authored by Caner Candan's avatar Caner Candan
Browse files

* README.md: minor

parent 40958046
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,10 @@ Thus you are ready to use it with your own python program. Here is an example il ...@@ -17,8 +17,10 @@ Thus you are ready to use it with your own python program. Here is an example il
```python ```python
In [1]: import ucoin In [1]: import ucoin
In [2]: ucoin.ucg.Peering().get() In [2]: ucoin.settings['host'] = 'mycurrency.candan.fr'
Out[2]:
In [3]: ucoin.ucg.Peering().get()
Out[3]:
{'contract': {'currentNumber': '5', {'contract': {'currentNumber': '5',
'hash': 'FB710AE30F843BF505ABF9DE8CF404B7F35D238A'}, 'hash': 'FB710AE30F843BF505ABF9DE8CF404B7F35D238A'},
'currency': 'mycurrency', 'currency': 'mycurrency',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment