Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,12 +4,7 @@ import json
|
|
| 4 |
import time
|
| 5 |
import requests
|
| 6 |
|
| 7 |
-
|
| 8 |
-
IPFS_API_URL = "https://api.pinata.cloud/pinning/pinJSONToIPFS"
|
| 9 |
-
IPFS_HEADERS = {
|
| 10 |
-
"pinata_api_key": "YOUR_API_KEY",
|
| 11 |
-
"pinata_secret_api_key": "YOUR_SECRET_API_KEY",
|
| 12 |
-
}
|
| 13 |
|
| 14 |
# Blockchain Class
|
| 15 |
class Blockchain:
|
|
|
|
| 4 |
import time
|
| 5 |
import requests
|
| 6 |
|
| 7 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Blockchain Class
|
| 10 |
class Blockchain:
|