Spaces:
Runtime error
Runtime error
Update bc_utils.py
Browse files- bc_utils.py +6 -0
bc_utils.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
def bc_transactions(block):
|
| 2 |
#mes, out = issue_tokens(sender,recipient,amount)
|
| 3 |
print (f'block:: {block}')
|
|
|
|
| 1 |
+
main_chain='https://huggingface.co/datasets/Omnibus/blockchain-sim/raw/main/chains/'
|
| 2 |
+
main_balance='https://huggingface.co/datasets/Omnibus/blockchain-sim/raw/main/balance/'
|
| 3 |
+
main_trans='https://huggingface.co/datasets/Omnibus/blockchain-sim/raw/main/transact/'
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
|
| 7 |
def bc_transactions(block):
|
| 8 |
#mes, out = issue_tokens(sender,recipient,amount)
|
| 9 |
print (f'block:: {block}')
|