Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Mar 19, 2024
1 parent 120d668 commit d6b1964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- a ship is identified by a Cardano native asset token of a specific policy id. We call this class of token `ShipToken`.
- the UTxO that holds the `ShipToken` defines the state of the ship. We call this class of UTxOs `ShipState`.
- the datum of the `ShipState` UTxO contains information about current coordinates and available fuel.
- all `ShipUtxo` are locked in a particular script address that constrains the changes that can be applied to the state.
- all `ShipState` UTxOs belong to a script address that constraints changes that can be applies to the state. We call this script `SpaceTimeScript`.

```js
// ShipState
Expand Down

0 comments on commit d6b1964

Please sign in to comment.