Skip to content

Commit a0262a8

Browse files
author
Ubuntu
committed
Updated metadata
1 parent a712b76 commit a0262a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"data_url": "http://lab.r3c.network:8000/data?data_hash="
2+
"data_url": "https://ds-tokenizer.r3c.network/ui/data/"
33
}

zenocean.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ def run_scenario( data_hash, token_name = "name", token_symbol= "symbol" ):
5959
"files": [
6060
{ "index": 0, "contentType": "application/json", "url": get_config()["data_url"] + data_hash },
6161
],
62-
"name": "Drive&Stake - CEVT - Test car CAN data"
62+
"name": "Drive&Stake Test CAN data"
6363
},
6464
"additionalInformation": {
65-
"description": 'Raw CAN data dump provided by a CEVT vehicle, based on a DBC file selection.\n\nFollowing the R&C Drive&Stake (patent pending) process for accessing the CAN data in a confidential way, tokenising the predefined dataset and publishing automatically in the Ocean Data Market.\n\nThis is the first publication for validating the process with CEVT, and the result of a proof of concept together with CEVT. Liberating CAN data access for machines in a confidential environment and attesting the origin and integrity with our crypto devices, for tokenisation and more...',
66-
"tags": ["CEVT", "RiddleandCode", "CAN-Data", "Car", "Drive&Stake"]
65+
"description": 'Raw CAN data dump',
66+
"tags": [ "RiddleandCode", "CAN-Data", "Car", "Drive&Stake", "DBC"]
6767
}
6868
}
6969

@@ -90,7 +90,7 @@ def run_scenario( data_hash, token_name = "name", token_symbol= "symbol" ):
9090

9191
#Print values that we use in the next step
9292

93-
return {"status": "Valid", "data":token_address}
93+
return {"status": "Valid", "data":token_address, "pool": pool_address}
9494

9595
except Exception as e:
9696
print("Exception: " + str(e) )

0 commit comments

Comments
 (0)