2024-06-01 16:03:46 +01:00
# SIGit Documentation
SIGit is an open source, encrypted document signing tool. Users can Create, Sign and Verify documents individually or in groups.
2025-03-06 18:32:24 +00:00
## Kind Numbers
2025-03-07 18:23:37 +00:00
The baseline for our kind numbers is 1603 - because [BIP-39 word 1603 ](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt#L1603 ) is "SIGN".
2025-03-06 18:32:24 +00:00
Kind numbers therefore as follows:
2025-03-07 18:23:37 +00:00
- 160300 - Create event
2025-03-06 18:32:24 +00:00
- 160301 - Keys event
2025-03-07 18:23:37 +00:00
- 1603 - Sign event
2025-03-06 18:32:24 +00:00
2024-06-01 14:20:32 +00:00