Spaces:
Runtime error
Runtime error
Commit
·
1db73ac
1
Parent(s):
238dfcb
add to description
Browse files
app.py
CHANGED
|
@@ -12,7 +12,9 @@ def greet(private_key):
|
|
| 12 |
return wallet.address
|
| 13 |
|
| 14 |
description = (
|
| 15 |
-
"This demo calculate the number of tokens in your wallet using the Ocean Python library. "
|
|
|
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
article = (
|
|
|
|
| 12 |
return wallet.address
|
| 13 |
|
| 14 |
description = (
|
| 15 |
+
"This demo calculate the number of tokens in your wallet on the Rinkeby test network using the Ocean Python library. "
|
| 16 |
+
"You can export your private key from your metamask wallet. We highly recommend doing this with a wallet that has no real tokens in it (only Rinkeby tokens)."
|
| 17 |
+
"For more info on private keys, see [this](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/wallets.md) from the ocean.py documentation"
|
| 18 |
)
|
| 19 |
|
| 20 |
article = (
|