The Scriptorium
Smart Assembly code templates and tools for on-chain development in Eve Frontier.
Basic Smart Gate
Gate MechanicsA minimal Smart Gate implementation that controls access through a stargate. Allows the owner to toggle the gate open or closed and checks access before allowing passage.
Tribe-Only Gate Access
Gate MechanicsA Smart Gate that restricts passage to members of an allowlist. The owner can add or remove addresses. Useful for tribe-controlled gates where only known pilots should pass.
Smart Turret — Faction Guard
CombatA Smart Turret that fires on hostiles while protecting friendlies. Maintains a friend list — anyone not on the list is considered hostile. The turret returns targeting priorities to the World.
SSU Fuel Monitor
Resource HarvestingAn SSU (Smart Storage Unit) extension that tracks fuel consumption, emits alerts when fuel drops below a configurable threshold, and logs refueling events. Useful for monitoring remote deployments.
Tribe Treasury
Tribe ManagementA simple multi-sig-style tribal treasury. Officers can propose withdrawals, and a configurable number of approvals are required before funds are released. Tracks deposit and withdrawal history.
Event Logger
UtilityA lightweight on-chain event logger for debugging and auditing Smart Assembly interactions. Records timestamped entries with caller address and payload. Useful during development and testing.