Skip to content

Commit bd2e807

Browse files
authored
Update README.md
1 parent 54a8cc3 commit bd2e807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# tron-api-python
1+
# TRON API for Python
2+
A Pyton API for interacting with the Tron (TRX)
23

34
## Install
45

@@ -12,12 +13,11 @@ from tronapi.providers import HttpProvider
1213
from tronapi.tron import Tron
1314

1415
full_node = HttpProvider('http://13.125.210.234:8090')
15-
address = 'tron address'
1616

1717
tron = Tron(full_node)
1818
tron.private_key = 'private_key'
1919

20-
print(tron.get_balance(address))
20+
print(tron.get_balance('address'))
2121
```
2222
### cli
2323
```bash

0 commit comments

Comments
 (0)