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
  • Dependencies
  • Seahorse
  1. Introduction

Installation

Install Seahorse and get started with writing Solana programs!

PreviousSeahorse LangNextCalculator: Your first Seahorse program

Last updated 1 year ago

Dependencies

Anchor

Seahorse uses the Anchor framework to create Solana projects.

You may also need to install Rust, Solana, and Yarn if you haven't already.

Rustfmt

Seahorse uses rustfmt to help generate better-looking Rust code.

Seahorse

From your terminal run:

cargo install seahorse-dev

This will install the seahorse binary.

If you want, make sure that the installation worked by printing out the version:

seahorse -V

You should be ready to start now! Let's make a simple program with Seahorse.

Installation instructions here.
Installation instructions here.