Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent a58eaad commit 6339705
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions blockchain_integration/pi_network/PiShield/config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"network": {
"pi_network": {
"node_url": "https://pi-node.com",
"contract_address": "0x...PiShieldContractAddress..."
}
},
"ai_auditor": {
"model_path": "./models/neural_network.js",
"rule_path": "./models/rule_based.js"
},
"contract_executor": {
"executor_path": "./executor.js"
},
"crypto": {
"lattice_crypto_path": "./lattice_crypto.js",
"hash_based_signatures_path": "./hash_based_signatures.js"
},
"formal_verifier": {
"model_checker_path": "./model_checker.js",
"theorem_prover_path": "./theorem_prover.js"
},
"node": {
"node_path": "./node.js"
},
"quantum_resistance": {
"lattice_based_crypto_path": "./lattice_based_crypto.js",
"hash_based_signatures_path": "./hash_based_signatures.js"
}
}

0 comments on commit 6339705

Please sign in to comment.