-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
665b5ef
commit c9ede69
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Gitmark Operations | ||
|
||
### Genesis | ||
|
||
Genesis is the utxo used to create a reference to the project | ||
|
||
[Docs](./GENESIS.md) | ||
|
||
### Mark | ||
|
||
Marks a super commit by tweaking a spend to self transaction by the by commit hash | ||
|
||
[Docs](./MARK.md) | ||
|
||
### Topup | ||
|
||
Tops up a seal, can be combined with Mark | ||
|
||
[Docs](./MARK.md) | ||
|
||
### Transfer | ||
|
||
Transfers ownership of the contract to another party | ||
|
||
[Docs](./TRANSFER.md) | ||
|
||
### Exodus | ||
|
||
Marks a repo as inactive | ||
|
||
[Docs](./EXODUS.md) |