Skip to content

A collection of beginner to advance example programs and docs for seahorse-lang

Notifications You must be signed in to change notification settings

StrawHatXYZ/awesome-seahorse-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-seahorse-lang

A collection of beginner to advance example programs and docs for seahorse-lang

Introduction:

Developing on Solana is notoriously difficult with a significant roadblock being learning Rust. Anchor framework abstracted away a lot of complexities involved in building on Solana, however, learning Rust still remains a barrier for new devs looking to explore the Solana ecosystem. Enter seahorse lang, a framework for developing Solana programs in python, built using Anchor.

This is a simple guide to build a Solana application using seahorse lang. This guide is perfect for new devs aiming to learn Solana development.

Overview:

Every new technology should be used to solve humanity’s toughest problems. Hence we will use the Solana blockchain to build a program to find out which is the best flavour of peanut butter by letting users vote on their favourite flavour, crunchy or smooth.

Prerequisites:

First let us install the command line tools required to build. We need Solana, Anchor, NodeJS and Seahorse. The links provided contain the step-by-step guide on installing these tools and the dependencies required for them like Rust.

Once done, you should be able to run the following commands successfully:

solana --version
anchor --version
node --version
seahorse --version

About

A collection of beginner to advance example programs and docs for seahorse-lang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages