The Scriptorium
Smart Assembly code templates and tools for on-chain development in Eve Frontier.
Tutorials
Step-by-step guides for Smart Assembly development, from basics to advanced patterns.
SA Fundamentals
BeginnerLearn the basics of Smart Assembly development in Eve Frontier. Covers the MUD framework, writing systems, reading tables, and deploying on-chain.
Building Your First Gate
IntermediateBuild a fully functional Smart Gate with configurable access control, toll collection, and revenue tracking. A practical, hands-on project.
Advanced Combat Systems
AdvancedDesign and build a complex on-chain combat system with damage types, resistances, range falloff, and event integration for killboard tracking.
Move Extension Basics
BeginnerLearn the fundamentals of writing SUI Move extensions for EVE Frontier. Covers module structure, capabilities, shared objects, and the extension authorization pattern.
Tribe-Gated Storage
IntermediateBuild a tribe-gated shared storage extension for Smart Storage Units. Walk through the real AncientStorage contract code step by step.
Turret Targeting Modes
IntermediateImplement multiple targeting strategies for Smart Turrets. Build aggression-only, attack-all, and custom targeting modes using the turret API.
TypeScript PTBs for EVE Frontier
AdvancedBuild Programmable Transaction Blocks in TypeScript using the SUI SDK. Learn to compose multi-step transactions that interact with EVE Frontier smart contracts.
SUI Wallet Authentication
BeginnerIntegrate SUI wallet authentication into your EVE Frontier dApp. Covers wallet connection, message signing, session management, and character verification.