INTRODUCTION
IntroductionGameplayGlossaryGUIDES
Build ShipMove ShipGather FuelMine AsteriaBackend APICHALLENGES
Preview ChallengeShipToken
and matching PilotToken
through a mint validator called ShipyardPolicy
.AsteriaUtxo
.ShipToken
and PilotToken
will contain the counter value as a suffix. Eg: SHIP23
and PILOT23
.ShipToken
needs to be locked in the SpaceTimeScript
and the PilotToken
needs to go to an address controlled by the participant.SHIP_MINT_FEE
.ShipState
UTxO and outputs a new one with the updated state.MAX_SHIP_MOVEMENT_PER_TX
.FUEL_PER_DISTANCE_UNIT
.ShipUtxo
and a PelletUtxo
and outputs a new ShipUtxo
with increased fuel value.MAX_SHIP_FUEL
parameter.PelletUtxo
needs to be generated with the remaining of the fuel and maintaining the same location in the grid.ShipUtxo
and AsteriaUtxo
and outputs a new one that extracts assets from the AsteriaUtxo
into a wallet defined by the participant.AsteriaUtxo
must not exceed a percentage of the total available defined by the MAX_ASTERIA_MINING
.ShipUtxo
must be present at coordinates (0, 0)
.