Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cardano-Fans/crfa-offchain-data-registry
/ functions
Functions
9 in github.com/Cardano-Fans/crfa-offchain-data-registry
⨍
Functions
9
◇
Types & classes
0
↓ 3 callers
Function
load_json_file
Load and parse a JSON file.
scripts/validate_json.py:13
↓ 1 callers
Function
check_id_uniqueness
Check if all dApp IDs are unique across all files.
scripts/validate_json.py:44
↓ 1 callers
Function
fix_file_id
Fix the ID in a specific file if it's invalid.
scripts/fix_ids.py:40
↓ 1 callers
Function
generate_random_id
Generate a random alphanumeric ID of specified length.
scripts/fix_ids.py:12
↓ 1 callers
Function
generate_unique_id
Generate a unique ID that doesn't exist in the set.
scripts/fix_ids.py:32
↓ 1 callers
Function
get_existing_ids
Get all existing IDs from JSON files to avoid duplicates.
scripts/fix_ids.py:16
↓ 1 callers
Function
main
Main validation function.
scripts/validate_json.py:75
↓ 1 callers
Function
main
Main function to fix all invalid IDs.
scripts/fix_ids.py:68
↓ 1 callers
Function
validate_dapp_file
Validate a single dApp JSON file against the schema.
scripts/validate_json.py:25