@@ -11,8 +11,7 @@ requires: CAIP-2
1111
1212# CAIP-2
1313
14- For context, see the CAIP-2 specification:
15- https://chainagnostic.org/CAIPs/caip-2
14+ For context, see the [ CAIP-2] specification:
1615
1716## Rationale
1817
@@ -25,7 +24,7 @@ Because CAIP-2 restricts the `reference` field to a maximum of 32 characters, th
2524This approach ensures:
2625
2726- Deterministic chain identification
28- - Compatibility with CAIP-2 length constraints
27+ - Compatibility with [ CAIP-2] length constraints
2928- Collision resistance appropriate for blockchain network identifiers
3029- Alignment with other CAIP-2 namespace implementations
3130
@@ -44,7 +43,7 @@ The `reference` MUST:
4443
4544### Resolution
4645
47- To derive a valid CAIP-2 identifier:
46+ To derive a valid [ CAIP-2] identifier:
4847
49481 . Query a Hive node using ` database_api.get_config ` .
50492 . Retrieve the ` HIVE_CHAIN_ID ` value from the response.
@@ -87,9 +86,9 @@ CAIP-2: `hive:42000000000000000000000000000000` (zero-padded to 32 hex character
8786
8887## Security Considerations
8988
90- Applications MUST validate network configuration before accepting CAIP-2 identifiers.
89+ Applications MUST validate network configuration before accepting [ CAIP-2] identifiers.
9190
92- Hive uses account-based identity rather than address-based identity. Applications implementing CAIP-10 should validate account existence via RPC.
91+ Hive uses account-based identity rather than address-based identity. Applications implementing [ CAIP-10] should validate account existence via RPC.
9392
9493## Test Cases
9594
@@ -100,10 +99,11 @@ hive:42000000000000000000000000000000
10099
101100## References
102101
103- - Hive configuration documentation:
104- https://developers.hive.io/tutorials-recipes/understanding-configuration-values.html
105- - CAIP-2 specification:
106- https://chainagnostic.org/CAIPs/caip-2
102+ - Hive [ configuration]
103+
104+ [ CAIP-2 ] : https://chainagnostic.org/CAIPs/caip-2
105+ [ CAIP-10 ] : https://chainagnostic.org/CAIPs/caip-10
106+ [ configuration ] : https://developers.hive.io/tutorials-recipes/understanding-configuration-values.html
107107
108108## Copyright
109109
0 commit comments