Library
Tutorials
Community
Explore the Magic of Seahorse with a Comprehensive Program
Library and Tutorials
@instructiondef init_player(owner: Signer, player: Empty[Player]): player = player.init( payer = owner, seeds = ['player-account', owner] )
player.owner = owner.key() player.health = 100 player.gold = 0
Magic