Seahorse Lang
  • Seahorse Lang
  • Introduction
    • Installation
    • Calculator: Your first Seahorse program
    • Seahorse Community
  • Using Seahorse
    • Accounts
    • SPL tokens
    • Instructions
    • Cross Program Invocations (CPIs)
    • The Seahorse Language
  • Integrations
    • Pyth
  • Reference
    • The Seahorse CLI
Powered by GitBook
On this page
  1. Reference

The Seahorse CLI

Learn more about the Seahorse CLI here.

Usage:

  • seahorse init <project_name>: Initialize a new Seahose project.

  • seahorse build: Build your Seahorse project - compiles your code and invokes anchor build to generate an executable.

  • seahorse compile <file>: Compile a Seahorse file in order to easily inspect the generated Rust code.

  • seahorse update: Replace your old prelude.py file with the current one, if your CLI has been updated recently.

PreviousPyth

Last updated 1 year ago