Skip to content

Commit

Permalink
add chainspec doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed May 9, 2024
1 parent 4245d8c commit dea388f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/chainspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,3 @@ The remainder of the fields should follow the spec as described in the lightwall
"zcashdSubversion": "N/A"
}
```

### Network Constants

#### Address Encoding

Zcash uses different human readable prefix (HRP) strings to ensure encoded keys cannot be re-used between mainnet and testnet. CarteZcash extends this so that keys cannot be used between different instances of CarteZcash or other Zcash forks.

Relevant to CarteZcash are:


- The human readable prefixes for transparent address types
- B58_PUBKEY_ADDRESS_PREFIX
- B58_SCRIPT_ADDRESS_PREFIX
- ones for orchard?

#### Sighash

? does this need anything?

https://github.com/zcash/librustzcash/blob/main/components/zcash_protocol/src/constants/mainnet.rs

0 comments on commit dea388f

Please sign in to comment.