|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .idea | %!s(int64=4) %!d(string=hai) anos | |
| data | %!s(int64=4) %!d(string=hai) anos | |
| gui | %!s(int64=4) %!d(string=hai) anos | |
| lib | %!s(int64=4) %!d(string=hai) anos | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| create_keys.py | %!s(int64=4) %!d(string=hai) anos | |
| gui.py | %!s(int64=4) %!d(string=hai) anos | |
| linked data testing.ipynb | %!s(int64=4) %!d(string=hai) anos | |
| linked_data.py | %!s(int64=4) %!d(string=hai) anos | |
| main.py | %!s(int64=4) %!d(string=hai) anos | |
| requirements.txt | %!s(int64=4) %!d(string=hai) anos |
This is a small description of how the chain works and how data is being formatted.
{
"key": "public key of the contract",
"id": "transaction id",
"timestamp": "unix timestamp of transaction creation",
"data": "encrypted string of contract"
}
{
'id':'public key',
'type':'type of transaction',
'date of initiation':'time of day',
'data': {'client':'name of client',
'contractor':'name of contractor',
'discription':'discription of the contract',
'name':'name of the contract'},
'terms' : {'deadline': 'deadline',
'accepted': 'has contract been accepted',
'progress': '0%',
'price':'price',
'Sign time': 'time the contract was accepted',
'comments':"dictonary of comments'
'any other term':'with its value'
}
}
Terms are part of a contract.
{
'id':'public key of contract',
'update id':'unique id of update',
'updated':'what is it updating',
'type':'transaction type',
'last update':'time',
'accepted':'has update been accepted'
}